File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -967,8 +967,8 @@ Message type: ``display_data``::
967
967
# Any metadata that describes the data
968
968
'metadata' : dict
969
969
970
- # Any information not to be persisted to a notebook or other environment
971
- # Intended to live only during a kernel session
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.
972
972
'transient': dict
973
973
}
974
974
@@ -1000,7 +1000,7 @@ 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 only transient key currently defined in Jupyter is
1003
+ document formats and is fully optional . The only transient key currently defined in Jupyter is
1004
1004
``display_id ``::
1005
1005
1006
1006
transient = {
You can’t perform that action at this time.
0 commit comments