mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
Merge pull request #6046 from minrk/raw-input-invalid
fix stream output created by raw_input
This commit is contained in:
commit
85733cafa1
@ -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