Skip to content

New hook point for messages / message transforms. #113

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions