From f85ca06a1d2349409cdcd5aa8b686e59fb560301 2014-06-26 01:13:05 From: Thomas Kluyver Date: 2014-06-26 01:13:05 Subject: [PATCH] Merge pull request #6046 from minrk/raw-input-invalid fix stream output created by raw_input --- 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