fix stream output created by raw_input

was using incorrect 'name', when it should have been 'stream',
creating invalid content in notebook documents.
pull/37/head
MinRK 12 years ago
parent 669c67ad97
commit ad4cb2c35a

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

Loading…
Cancel
Save