File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -967,8 +967,9 @@ Message type: ``display_data``::
967
967
# Any metadata that describes the data
968
968
'metadata' : dict,
969
969
970
- # Optional transient data. Information not to be persisted to a notebook
971
- # or other documents. Intended to live only during a live kernel session.
970
+ # Optional transient data introduced in 5.1. Information not to be
971
+ # persisted to a notebook or other documents. Intended to live only
972
+ # during a live kernel session.
972
973
'transient': dict,
973
974
}
974
975
@@ -1012,9 +1013,15 @@ document formats and is fully optional. The only transient key currently defined
1012
1013
`application/json ` data should be unpacked JSON data,
1013
1014
not double-serialized as a JSON string.
1014
1015
1016
+ .. versionchanged :: 5.1
1017
+
1018
+ `transient ` is a new field.
1019
+
1015
1020
Update Display Data
1016
1021
-------------------
1017
1022
1023
+ .. versionadded :: 5.1
1024
+
1018
1025
Displays can now be named with a ``display_id `` within the ``transient `` field of
1019
1026
``display_data `` or ``execute_result ``.
1020
1027
You can’t perform that action at this time.
0 commit comments