Show More
@@ -735,11 +735,11 b' var IPython = (function (IPython) {' | |||||
735 | modal: true, |
|
735 | modal: true, | |
736 | title: "Dead kernel", |
|
736 | title: "Dead kernel", | |
737 | buttons : { |
|
737 | buttons : { | |
738 |
" |
|
738 | "Restart": function () { | |
739 | that.start_kernel(); |
|
739 | that.start_kernel(); | |
740 | $(this).dialog('close'); |
|
740 | $(this).dialog('close'); | |
741 | }, |
|
741 | }, | |
742 |
" |
|
742 | "Continue running": function () { | |
743 | $(this).dialog('close'); |
|
743 | $(this).dialog('close'); | |
744 | } |
|
744 | } | |
745 | } |
|
745 | } |
General Comments 0
You need to be logged in to leave comments.
Login now