Skip to content
Snippets Groups Projects
Commit 68b2dd93 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

same as for jupyterjsc

parent 1b7b346d
Branches
Tags
No related merge requests found
Pipeline #232762 passed
......@@ -41,3 +41,12 @@ JUNIQ offers **Repo2Docker ( Binder )**, which facilitates building Docker image
- **Description:** Optionally, provide the path to a specific notebook file within your repository, e.g. `notebooks/example.ipynb`, or a URL to open.
- **Purpose:** If filled, the specified notebook will open automatically once the environment is launched, simplifying access to a main file.
## Persistence and Shared Environments
Changes made within the running JupyterLab environment are **not persistent**. This means:
- **Non-Persistent** Changes: Any modifications made to files or settings in the current JupyterLab session will be lost when the session is closed. They are only visible to the current user session and will not persist across restarts.
- **No Shared State**: If you share a link to your environment, other users who start a JupyterLab session from that link will see the repository's original content, not any changes you’ve made in your session.
- **No Persistent Storage**: The current Repo2Docker setup does not support persistent storage. If you need to save your work, download any necessary files before closing the session.
> In the future, we plan to add persistent storage, allowing you to mount **your persistent data** directly into the session when it starts.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment