From 5990012062e4698764820c8ffa6353c085f332a2 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 19 Nov 2014 10:22:32 -0800 Subject: [PATCH] Fix conversion of input area to stream output Closes gh-6983 --- IPython/html/static/notebook/js/outputarea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/outputarea.js b/IPython/html/static/notebook/js/outputarea.js index 04e03ea51..283c491ad 100644 --- a/IPython/html/static/notebook/js/outputarea.js +++ b/IPython/html/static/notebook/js/outputarea.js @@ -790,7 +790,7 @@ define([ } var content = { output_type : 'stream', - stream : 'stdout', + name : 'stdout', text : theprompt.text() + echo + '\n' }; // remove form container