##// END OF EJS Templates
Trigger a single event on js app initilized...
Matthias BUSSONNIER -
Show More
@@ -100,6 +100,7 b' function (marked) {'
100 100 };
101 101
102 102 $([IPython.events]).on('notebook_loaded.Notebook', first_load);
103 $([IPython.events]).trigger('app_initialized.NotebookApp');
103 104 IPython.notebook.load_notebook($('body').data('notebookId'));
104 105
105 106 if (marked) {
General Comments 0
You need to be logged in to leave comments. Login now