File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -965,11 +965,11 @@ Message type: ``display_data``::
965
965
'data' : dict,
966
966
967
967
# Any metadata that describes the data
968
- 'metadata' : dict
968
+ 'metadata' : dict,
969
969
970
970
# Optional transient data. Information not to be persisted to a notebook
971
971
# or other documents. Intended to live only during a live kernel session.
972
- 'transient': dict
972
+ 'transient': dict,
973
973
}
974
974
975
975
@@ -1034,11 +1034,11 @@ Message type: ``update_display_data``::
1034
1034
'data' : dict,
1035
1035
1036
1036
# Any metadata that describes the data
1037
- 'metadata' : dict
1037
+ 'metadata' : dict,
1038
1038
1039
1039
# Any information not to be persisted to a notebook or other environment
1040
1040
# Intended to live only during a kernel session
1041
- 'transient': dict
1041
+ 'transient': dict,
1042
1042
}
1043
1043
1044
1044
Code inputs
You can’t perform that action at this time.
0 commit comments