Skip to content
Snippets Groups Projects
Commit b6718336 authored by calrama's avatar calrama
Browse files

[jupyterhub] Set data direcory as notebook directory

parent 9fcd63bc
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -3,3 +3,4 @@ c.NotebookApp.token = '' ...@@ -3,3 +3,4 @@ c.NotebookApp.token = ''
c.NotebookApp.allow_root = True c.NotebookApp.allow_root = True
c.NotebookApp.terminado_settings = { 'shell_command': ['/bin/bash', '-l'] } c.NotebookApp.terminado_settings = { 'shell_command': ['/bin/bash', '-l'] }
c.MultiKernelManager.default_kernel_name = 'robofish' c.MultiKernelManager.default_kernel_name = 'robofish'
c.NotebookApp.notebook_dir = '/data'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment