From 5c01782e8856ebae42d0b04a2e9bb550a31aa12c Mon Sep 17 00:00:00 2001 From: murtaugh Date: Mon, 2 Nov 2020 15:45:50 +0100 Subject: [PATCH] Update 'make_user_accounts/jupyter_notebook_config.py' --- make_user_accounts/jupyter_notebook_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_user_accounts/jupyter_notebook_config.py b/make_user_accounts/jupyter_notebook_config.py index 68774fa..9f094f2 100644 --- a/make_user_accounts/jupyter_notebook_config.py +++ b/make_user_accounts/jupyter_notebook_config.py @@ -1,6 +1,6 @@ c.NotebookApp.base_url = '/sandbot/~{{username}}/__lab__/' c.NotebookApp.port = {{port}} c.NotebookApp.trust_xheaders = True -c.NotebookApp.port_retries = 50 +c.NotebookApp.port_retries = 0 c.NotebookApp.password = '{{password_sha1}}' c.NotebookApp.allow_remote_access = True