fix stream output specification in nbformat doc

pull/37/head
Min RK 11 years ago
parent d8ccd5e39b
commit b23cd3d38e

@ -150,13 +150,13 @@ stream output
{
"output_type" : "stream",
"name" : "stdout", # or stderr
"data" : ["multiline stream text"],
"text" : ["multiline stream text"],
}
.. versionchanged:: nbformat 4.0
The keys ``stream`` and ``text`` were changed to ``name`` and ``data`` to match
the stream message specification.
The keys ``stream`` key was changed to ``name`` to match
the stream message.
display_data

Loading…
Cancel
Save