mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
add ein:notebook-reconnect-kernel to menu
This commit is contained in:
parent
e0e3fac0c4
commit
0be2524001
1 changed files with 1 additions and 0 deletions
|
@ -1509,6 +1509,7 @@ This hook is run regardless the actual major mode used."
|
||||||
("Kernel"
|
("Kernel"
|
||||||
,@(ein:generate-menu
|
,@(ein:generate-menu
|
||||||
'(("Restart kernel" ein:notebook-restart-kernel-command)
|
'(("Restart kernel" ein:notebook-restart-kernel-command)
|
||||||
|
("Reconnect kernel" ein:notebook-reconnect-kernel)
|
||||||
("Switch kernel" ein:notebook-switch-kernel)
|
("Switch kernel" ein:notebook-switch-kernel)
|
||||||
("Interrupt kernel" ein:notebook-kernel-interrupt-command))))
|
("Interrupt kernel" ein:notebook-kernel-interrupt-command))))
|
||||||
("Worksheets [Experimental]"
|
("Worksheets [Experimental]"
|
||||||
|
|
Loading…
Add table
Reference in a new issue