We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fe5a4 commit 3c83c85Copy full SHA for 3c83c85
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-forward',
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) {
0 commit comments