Skip to content

Handle update_display_data message #94

@ellisonbg

Description

@ellisonbg

The Jupyter kernel message spec allows existing updates to be updated through the combination of two different things:

  • The display_data (and maybe execute_result) output can have a transient section with a display_id.
  • The update_display_data message can target an existing display_id and provide updated output.

We need to implement this logic in our server extension.

https://jupyter-client.readthedocs.io/en/latest/messaging.html#update-display-data

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions