From 048456eb05b2c258b77855a9cb29150a36a6ac12 Mon Sep 17 00:00:00 2001 From: manetta Date: Mon, 20 Sep 2021 17:23:16 +0200 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 9f094f2..bc8f0aa 100644 --- a/make_user_accounts/jupyter_notebook_config.py +++ b/make_user_accounts/jupyter_notebook_config.py @@ -1,4 +1,4 @@ -c.NotebookApp.base_url = '/sandbot/~{{username}}/__lab__/' +c.NotebookApp.base_url = '/{{servername}}/~{{username}}/__lab__/' c.NotebookApp.port = {{port}} c.NotebookApp.trust_xheaders = True c.NotebookApp.port_retries = 0