Data Storage
All user data, including notebooks, datasets, and other files, are stored in your personal directory within the JupyterHub.nrw environment. Each user has access to a home directory that is private and accessible only to the user.
Data Storage Limits¶
Each user is provided with a predefined amount of storage in their home directory. Please note that the storage limit is 10 GB. If your usage exceeds this limit, you may need to remove files or request additional storage. See Rescue Mode and FAQ for more information.
External Storage Options¶
In addition to the internal storage, Sciebo is already integrated into JupyterHub.nrw as external storage. Data can be stored in Sciebo and retrieved directly from the JupyterLab environment.
Recommendations for Users¶
- Regularly back up important notebooks and datasets to an external service, such as Sciebo or another cloud provider.
- Use version control systems like
Gitto track changes to your notebooks and code, especially when collaborating with others. - Organize your files and directories in a way that makes it easy to locate important data.