Skip to content

New hook point for messages / message transforms. #113

@dwillmer

Description

@dwillmer

We intend to make a new hook point to allow the installation of hooks on the display publisher.

Current thoughts (largely from @minrk + @jasongrout):

  • Update ZMQDisplayPublisher to do a 2-stage message build.
  • Pass the message to the transform(s), which return a message or None.
  • If a message is returned, send it in the usual manner.

This will require:

  • Changing the display publisher to have a new method for registering a hook.
  • Changes to iostream / ipywidgets / other related repos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions