File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
notebook/static/notebook/js Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ define([
117117 }
118118 } ,
119119 'confirm-restart-kernel-and-run-all-cells' : {
120- icon : 'fa-recycle ' ,
120+ icon : 'fa-repeat ' ,
121121 cmd : i18n . msg . _ ( 'confirm restart kernel and run all cells' ) ,
122122 help : i18n . msg . _ ( 'restart the kernel, then re-run the whole notebook (with dialog)' ) ,
123123 handler : function ( env ) {
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ define([
5353 [ [ new toolbar . Button ( 'jupyter-notebook:run-cell-and-select-next' ,
5454 { label : i18n . msg . _ ( 'Run' ) } ) ,
5555 'jupyter-notebook:interrupt-kernel' ,
56- 'jupyter-notebook:confirm-restart-kernel' ,
5756 'jupyter-notebook:confirm-restart-kernel-and-run-all-cells'
5857 ] ,
5958 'run_int' ] ,
You can’t perform that action at this time.
0 commit comments