-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
The Jupyter kernel message spec allows existing updates to be updated through the combination of two different things:
- The
display_data(and maybeexecute_result) output can have atransientsection with adisplay_id. - The
update_display_datamessage can target an existingdisplay_idand 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