File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1015,12 +1015,12 @@ document formats and is fully optional. The only transient key currently defined
1015
1015
Update Display Data
1016
1016
-------------------
1017
1017
1018
- Displays can now be named with a `display_id`` within the ``transient `` field of
1018
+ Displays can now be named with a `` display_id `` within the ``transient `` field of
1019
1019
``display_data `` or ``execute_result ``.
1020
1020
1021
1021
When a ``display_id `` is specified for a display, it can be updated later
1022
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 ``.
1023
+ messages and must contain a ``transient `` field with a ``display_id ``.
1024
1024
1025
1025
.. _update_display_data :
1026
1026
@@ -1041,6 +1041,10 @@ Message type: ``update_display_data``::
1041
1041
'transient': dict,
1042
1042
}
1043
1043
1044
+ Frontends can choose how they update prior outputs (or if they regard this as a
1045
+ regular ``display_data `` message). Within the jupyter and nteract _ notebooks,
1046
+ all displays that match the ``display_id `` are updated (even if there are multiple).
1047
+
1044
1048
Code inputs
1045
1049
-----------
1046
1050
@@ -1337,3 +1341,4 @@ Missing things include:
1337
1341
* Important: finish thinking through the payload concept and API.
1338
1342
1339
1343
.. _ZeroMQ : http://zeromq.org
1344
+ .. _nteract : https://nteract.io
You can’t perform that action at this time.
0 commit comments