You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
consideRatio
changed the title
.ipynb_checkpoints in shared data directory
Documentation about shared directory leads to permission issues
Oct 20, 2024
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
https://tljh.jupyter.org/en/latest/howto/content/share-data.html#option-3-create-a-directory-for-users-to-share-notebooks-and-other-files
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
Ubuntu 22.04.4 LTS
Python 3.10.12
The text was updated successfully, but these errors were encountered: