Merge pull request #3567 from Carreau/app-init-event

Trigger a single event on js app initilized.
Matthias Bussonnier 13 years ago
commit b0922caa81

@ -100,6 +100,7 @@ function (marked) {
};
$([IPython.events]).on('notebook_loaded.Notebook', first_load);
$([IPython.events]).trigger('app_initialized.NotebookApp');
IPython.notebook.load_notebook($('body').data('notebookId'));
if (marked) {

Loading…
Cancel
Save