mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Merge pull request #6987 from takluyver/i6983
Fix conversion of input area to stream output
This commit is contained in:
commit
a4aaf94cd6
@ -790,7 +790,7 @@ define([
|
||||
}
|
||||
var content = {
|
||||
output_type : 'stream',
|
||||
stream : 'stdout',
|
||||
name : 'stdout',
|
||||
text : theprompt.text() + echo + '\n'
|
||||
};
|
||||
// remove form container
|
||||
|
Loading…
Reference in New Issue
Block a user