##// END OF EJS Templates
Fix conversion of input area to stream output...
Thomas Kluyver -
Show More
@@ -790,7 +790,7 b' define(['
790 }
790 }
791 var content = {
791 var content = {
792 output_type : 'stream',
792 output_type : 'stream',
793 stream : 'stdout',
793 name : 'stdout',
794 text : theprompt.text() + echo + '\n'
794 text : theprompt.text() + echo + '\n'
795 };
795 };
796 // remove form container
796 // remove form container
General Comments 0
You need to be logged in to leave comments. Login now