##// END OF EJS Templates
Removing extra call to Kernel.stop_channels.
Brian Granger -
Show More
@@ -55,7 +55,6 b' var IPython = (function (IPython) {'
55 that.set_message("Interrupting kernel",500);
55 that.set_message("Interrupting kernel",500);
56 });
56 });
57 $([IPython.events]).on('status_dead.Kernel',function () {
57 $([IPython.events]).on('status_dead.Kernel',function () {
58 IPython.notebook.kernel.stop_channels();
59 var dialog = $('<div/>');
58 var dialog = $('<div/>');
60 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.');
59 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.');
61 $(document).append(dialog);
60 $(document).append(dialog);
General Comments 0
You need to be logged in to leave comments. Login now