Notebooks
Notebook storage
Where your notebook files live and what survives a restart.
The two locations
| Path | Persists? | Use for |
|---|---|---|
/home/jovyan | Yes, across restarts | Your code, git clones, working files |
/tmp | No, cleared each start | Scratch |
your notebooks and files
Your home is private, one per person — there is no shared folder. To share work with a colleague, push it to a git remote; see working with Git.
Your home is not backed up. Treat the git remote as the source of truth for code: commit and push often. See working with Git.