From 0975bf8b9943eadeb1a7adf67807ab7d3d2c4894 2014-11-01 23:41:13 From: Min RK Date: 2014-11-01 23:41:13 Subject: [PATCH] note about mime-bundle in nbformat doc --- diff --git a/docs/source/notebook/nbformat.rst b/docs/source/notebook/nbformat.rst index f10a35a..975d748 100644 --- a/docs/source/notebook/nbformat.rst +++ b/docs/source/notebook/nbformat.rst @@ -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 {