diff --git a/IPython/frontend/html/notebook/static/js/notificationwidget.js b/IPython/frontend/html/notebook/static/js/notificationwidget.js index 7a4df82..857c72b 100644 --- a/IPython/frontend/html/notebook/static/js/notificationwidget.js +++ b/IPython/frontend/html/notebook/static/js/notificationwidget.js @@ -55,7 +55,6 @@ var IPython = (function (IPython) { that.set_message("Interrupting kernel",500); }); $([IPython.events]).on('status_dead.Kernel',function () { - IPython.notebook.kernel.stop_channels(); var dialog = $('
'); dialog.html('The kernel has died, would you like to restart it? If you do not restart the kernel, you will be able to save the notebook, but running code will not work until the notebook is reopened.'); $(document).append(dialog);