From d4938b0a7bfce8bcc51fda5b9a5ba0f7f321eb51 Mon Sep 17 00:00:00 2001 From: Steffen Bollmann Date: Thu, 11 Jan 2024 00:21:14 +0000 Subject: [PATCH] removing root_dir setting because it causes an error --- config/jupyter/jupyter_notebook_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jupyter/jupyter_notebook_config.py b/config/jupyter/jupyter_notebook_config.py index 9c75bfd..d1af678 100644 --- a/config/jupyter/jupyter_notebook_config.py +++ b/config/jupyter/jupyter_notebook_config.py @@ -16,7 +16,7 @@ } } } -c.ServerApp.root_dir = '/' +# c.ServerApp.root_dir = '/' # this causes an error when clicking on the little house icon when being located in the home directory c.ServerApp.preferred_dir = os.getcwd() c.FileContentsManager.allow_hidden = True