##// END OF EJS Templates
note about mime-bundle in nbformat doc
Min RK -
Show More
@@ -158,11 +158,13 b' stream output'
158 display_data
158 display_data
159 ************
159 ************
160
160
161 Rich display messages (as created by ``display_data`` messages)
161 Rich display outputs, as created by ``display_data`` messages,
162 contain data keyed by mime-type. All mime-type data should
162 contain data keyed by mime-type. This is often called a mime-bundle,
163 and shows up in various locations in the notebook format and message spec.
163 The metadata of these messages may be keyed by mime-type as well.
164 The metadata of these messages may be keyed by mime-type as well.
164
165
165
166
167
166 .. sourcecode:: python
168 .. sourcecode:: python
167
169
168 {
170 {
General Comments 0
You need to be logged in to leave comments. Login now