Permission Denied: --NotebookApp.notebook_dir
vs --FileContentsManager.root_dir
#268
Labels
--NotebookApp.notebook_dir
vs --FileContentsManager.root_dir
#268
Bug description
--NotebookApp.notebook_dir
vs--FileContentsManager.root_dir
getting permission denied.Expected behaviour
The git operation should occur in
--NotebookApp.notebook_dir
Actual behaviour
The git operation is happening in
--FileContentsManager.root_dir
is passed to starting the JupyterLab instance.Based on PR #71 and associated issues I found relating to that it seems that it was desired to have the starting directory be the
--NotebookApp.notebook_dir
, but in my environment, I havenotebook_dir
set as $HOME, but--FileContentsManager.root_dir=/glade
set because that's common root for our shared filesystems, but for demonstrationsroot_dir
could be set to/home
How to reproduce
A minimum jupyterhub installation inside a VM that has the following configuration arguments and the user home directory being
/home/$USER
:Your personal set up
OpenSUSE 15.3
Full environment
Configuration
A basic configuration with the two lines mentioned above:
Logs
The text was updated successfully, but these errors were encountered: