|
|
|
|
@ -1958,7 +1958,14 @@ var IPython = (function (IPython) {
|
|
|
|
|
this.start_session();
|
|
|
|
|
}
|
|
|
|
|
// load our checkpoint list
|
|
|
|
|
IPython.notebook.list_checkpoints();
|
|
|
|
|
this.list_checkpoints();
|
|
|
|
|
|
|
|
|
|
// load toolbar state
|
|
|
|
|
if (this.metadata.celltoolbar) {
|
|
|
|
|
IPython.CellToolbar.global_show();
|
|
|
|
|
IPython.CellToolbar.activate_preset(this.metadata.celltoolbar);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$([IPython.events]).trigger('notebook_loaded.Notebook');
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|