diff --git a/jupyterhub/singleuser.py b/jupyterhub/singleuser.py index 468c35da..9a108341 100755 --- a/jupyterhub/singleuser.py +++ b/jupyterhub/singleuser.py @@ -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