Show More
@@ -120,7 +120,7 var IPython = (function (IPython) { | |||||
120 | code : code, |
|
120 | code : code, | |
121 | silent : false, |
|
121 | silent : false, | |
122 | user_variables : [], |
|
122 | user_variables : [], | |
123 | user_expressions : {} |
|
123 | user_expressions : {}, | |
124 | allow_stdin : false, |
|
124 | allow_stdin : false, | |
125 | }; |
|
125 | }; | |
126 | var msg = this.get_msg("execute_request", content); |
|
126 | var msg = this.get_msg("execute_request", content); |
General Comments 0
You need to be logged in to leave comments.
Login now