mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Removing stale code in CodeCell.
This commit is contained in:
parent
fd4ecebc9d
commit
6268e0a4b1
@ -146,7 +146,6 @@ var IPython = (function (IPython) {
|
||||
this.output_area.clear_output(true, true, true);
|
||||
this.set_input_prompt('*');
|
||||
this.element.addClass("running");
|
||||
var code = this.get_text();
|
||||
var callbacks = {
|
||||
'execute_reply': $.proxy(this._handle_execute_reply, this),
|
||||
'output': $.proxy(this.output_area.handle_output, this.output_area),
|
||||
|
Loading…
Reference in New Issue
Block a user