Description
Many times when running Jupyter notebooks I find myself wishing for a quick clean mechanism to cleanly shutdown &/or restart the server without having to go to the command window that it is running in and hit control-C and without the risk of not having saved and shutdown all kernals that may be running at the time.
Giving it some thought this feature needs a mechanism for disabling &/or hiding it on Jupyter servers that the user should not be able to shutdown or as a configuration item that on a specific machine this is enabled or not so that on a server the configuration would, normally, be no shutdown/restart entries - possibly with the command line option of starting a server with them enabled for testing - but on a personal machine the option could be set to enable them, and possibly to hide the command window.