File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -1000,7 +1000,12 @@ and expanded for JSON data::
1000
1000
1001
1001
1002
1002
The ``transient `` dict contains runtime metadata that should not be persisted to
1003
- document formats. The first field used in transient is `display_id `.
1003
+ document formats. The only transient key currently defined in Jupyter is
1004
+ ``display_id ``::
1005
+
1006
+ transient = {
1007
+ 'display_id': 'abcd'
1008
+ }
1004
1009
1005
1010
.. versionchanged :: 5.0
1006
1011
@@ -1010,8 +1015,12 @@ document formats. The first field used in transient is `display_id`.
1010
1015
Update Display Data
1011
1016
-------------------
1012
1017
1013
- This message has the same format as `display_data `_ messages and must contain
1014
- a ```transient `` field with a ``display_id ``.
1018
+ Displays can now be named with a `display_id`` within the ``transient `` field of
1019
+ ``display_data `` or ``execute_result ``.
1020
+
1021
+ When a ``display_id `` is specified for a display, it can be updated later
1022
+ with an ``update_display_data `` message. This message has the same format as `display_data `_
1023
+ messages and must contain a ```transient `` field with a ``display_id ``.
1015
1024
1016
1025
Code inputs
1017
1026
-----------
You can’t perform that action at this time.
0 commit comments