From b67183362408ce8d36ef05587d7a89acb22e36a4 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 6 Jul 2020 21:37:31 +0200 Subject: [PATCH] [jupyterhub] Set data direcory as notebook directory --- jupyterhub/jupyter_notebook_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyterhub/jupyter_notebook_config.py b/jupyterhub/jupyter_notebook_config.py index 97475e7..82cdba4 100755 --- a/jupyterhub/jupyter_notebook_config.py +++ b/jupyterhub/jupyter_notebook_config.py @@ -3,3 +3,4 @@ c.NotebookApp.token = '' c.NotebookApp.allow_root = True c.NotebookApp.terminado_settings = { 'shell_command': ['/bin/bash', '-l'] } c.MultiKernelManager.default_kernel_name = 'robofish' +c.NotebookApp.notebook_dir = '/data' -- GitLab