mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
note about mime-bundle in nbformat doc
This commit is contained in:
parent
525f6a7561
commit
a33a7f04e1
@ -158,11 +158,13 @@ stream output
|
||||
display_data
|
||||
************
|
||||
|
||||
Rich display messages (as created by ``display_data`` messages)
|
||||
contain data keyed by mime-type. All mime-type data should
|
||||
Rich display outputs, as created by ``display_data`` messages,
|
||||
contain data keyed by mime-type. This is often called a mime-bundle,
|
||||
and shows up in various locations in the notebook format and message spec.
|
||||
The metadata of these messages may be keyed by mime-type as well.
|
||||
|
||||
|
||||
|
||||
.. sourcecode:: python
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user