mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
fix missing trailing comma in kernel.js
This commit is contained in:
parent
6e17e533c7
commit
52592d47b1
@ -120,7 +120,7 @@ var IPython = (function (IPython) {
|
||||
code : code,
|
||||
silent : false,
|
||||
user_variables : [],
|
||||
user_expressions : {}
|
||||
user_expressions : {},
|
||||
allow_stdin : false,
|
||||
};
|
||||
var msg = this.get_msg("execute_request", content);
|
||||
|
Loading…
Reference in New Issue
Block a user