We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fe5a4 commit 9dd82deCopy full SHA for 9dd82de
notebook/static/notebook/js/actions.js
@@ -117,7 +117,7 @@ define([
117
}
118
},
119
'confirm-restart-kernel-and-run-all-cells': {
120
- icon: 'fa-recycle',
+ icon: 'fa-repeat',
121
cmd: i18n.msg._('confirm restart kernel and run all cells'),
122
help: i18n.msg._('restart the kernel, then re-run the whole notebook (with dialog)'),
123
handler: function (env) {
notebook/static/notebook/js/maintoolbar.js
@@ -53,7 +53,6 @@ define([
53
[ [new toolbar.Button('jupyter-notebook:run-cell-and-select-next',
54
{label: i18n.msg._('Run')}),
55
'jupyter-notebook:interrupt-kernel',
56
- 'jupyter-notebook:confirm-restart-kernel',
57
'jupyter-notebook:confirm-restart-kernel-and-run-all-cells'
58
],
59
'run_int'],
0 commit comments