mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
add Restart & Run All to Kernel Menu
This commit is contained in:
parent
0615c251f2
commit
31f0ef480b
@ -239,6 +239,10 @@ data-notebook-path="{{notebook_path}}"
|
||||
title="Restart the Kernel">
|
||||
<a href="#">Restart</a>
|
||||
</li>
|
||||
<li id="restart_run_all"
|
||||
title="Restart the Kernel and re-run the notebook">
|
||||
<a href="#">Restart & Run All</a>
|
||||
</li>
|
||||
<li id="reconnect_kernel"
|
||||
title="Reconnect to the Kernel">
|
||||
<a href="#">Reconnect</a>
|
||||
|
Loading…
Reference in New Issue
Block a user