##// END OF EJS Templates
fix stream output specification in nbformat doc
Min RK -
Show More
@@ -150,13 +150,13 b' stream output'
150 {
150 {
151 "output_type" : "stream",
151 "output_type" : "stream",
152 "name" : "stdout", # or stderr
152 "name" : "stdout", # or stderr
153 "data" : ["multiline stream text"],
153 "text" : ["multiline stream text"],
154 }
154 }
155
155
156 .. versionchanged:: nbformat 4.0
156 .. versionchanged:: nbformat 4.0
157
157
158 The keys ``stream`` and ``text`` were changed to ``name`` and ``data`` to match
158 The keys ``stream`` key was changed to ``name`` to match
159 the stream message specification.
159 the stream message.
160
160
161
161
162 display_data
162 display_data
General Comments 0
You need to be logged in to leave comments. Login now