disable quit button

quit button (new in recent notebook 5.x) shuts down the server, which we want to happen via the JupyterHub control panel
This commit is contained in:
Min RK
2018-08-27 16:18:53 +02:00
parent 18f8661d73
commit af8d6086fc

View File

@@ -298,6 +298,7 @@ class SingleUserNotebookApp(NotebookApp):
# disble some single-user configurables
token = ''
open_browser = False
quit_button = False
trust_xheaders = True
login_handler_class = JupyterHubLoginHandler
logout_handler_class = JupyterHubLogoutHandler