fix stream output created by raw_input

was using incorrect 'name', when it should have been 'stream',
creating invalid content in notebook documents.
This commit is contained in:
MinRK 2014-06-25 14:31:15 -07:00
parent 669c67ad97
commit ad4cb2c35a

View File

@ -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