Open
Description
Bug description
Followed the instructions to add a shared folder:
Users cannot write new notebooks to shared dir /srv/scratch because they do not have the correct permission on the .ipynb_checkpoints dir in /srv/scratch
How to reproduce
- Follow these instructions:
https://tljh.jupyter.org/en/latest/howto/content/share-data.html#option-3-create-a-directory-for-users-to-share-notebooks-and-other-files - Have a second user log in and try to create notebook in the shared users dir.
- Gives an "undefined error" or similar
Expected behaviour
All users should be able to write new notebooks to the /srv/scratch shared dir.
Actual behaviour
They cannot without first changing group permission to write on /src/scatch/.ipynb_checkpoints
Your personal set up
- OS:
Ubuntu 22.04.4 LTS
Python 3.10.12