Show More
@@ -65,8 +65,7 b' var IPython = (function (IPython) {' | |||||
65 | title: "Dead kernel", |
|
65 | title: "Dead kernel", | |
66 | buttons : { |
|
66 | buttons : { | |
67 | "Restart": function () { |
|
67 | "Restart": function () { | |
68 | IPython.save_widget.update_document_title(); |
|
68 | $([IPython.events]).trigger('status_restarting.Kernel'); | |
69 | that.set_message("Restarting kernel",500); |
|
|||
70 | IPython.notebook.start_kernel(); |
|
69 | IPython.notebook.start_kernel(); | |
71 | $(this).dialog('close'); |
|
70 | $(this).dialog('close'); | |
72 | }, |
|
71 | }, |
General Comments 0
You need to be logged in to leave comments.
Login now