mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
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:
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…
x
Reference in New Issue
Block a user