mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Remove notebook load log succes
This commit is contained in:
parent
a6f883d7f2
commit
4fdc99e111
@ -1967,7 +1967,6 @@ var IPython = (function (IPython) {
|
|||||||
*/
|
*/
|
||||||
Notebook.prototype.load_notebook_success = function (data, status, xhr) {
|
Notebook.prototype.load_notebook_success = function (data, status, xhr) {
|
||||||
this.fromJSON(data);
|
this.fromJSON(data);
|
||||||
console.log('load notebook success');
|
|
||||||
if (this.ncells() === 0) {
|
if (this.ncells() === 0) {
|
||||||
this.insert_cell_below('code');
|
this.insert_cell_below('code');
|
||||||
this.trigger_edit_mode(0);
|
this.trigger_edit_mode(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user