mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
ensure ipython-command-mode icon displayed on load
This commit is contained in:
parent
f0ae836f5f
commit
12139b4d6e
@ -2048,6 +2048,7 @@ var IPython = (function (IPython) {
|
|||||||
} else {
|
} else {
|
||||||
this.select(0);
|
this.select(0);
|
||||||
this.handle_command_mode(this.get_cell(0));
|
this.handle_command_mode(this.get_cell(0));
|
||||||
|
$([IPython.events]).trigger('command_mode.Notebook');
|
||||||
}
|
}
|
||||||
this.set_dirty(false);
|
this.set_dirty(false);
|
||||||
this.scroll_to_top();
|
this.scroll_to_top();
|
||||||
|
Loading…
Reference in New Issue
Block a user