diff --git a/IPython/html/static/notebook/js/outputarea.js b/IPython/html/static/notebook/js/outputarea.js index 1822428..bf690ae 100644 --- a/IPython/html/static/notebook/js/outputarea.js +++ b/IPython/html/static/notebook/js/outputarea.js @@ -794,7 +794,7 @@ var IPython = (function (IPython) { } var content = { output_type : 'stream', - name : 'stdout', + stream : 'stdout', text : theprompt.text() + echo + '\n' } // remove form container