Notebooks

Notebook storage

Where your notebook files live and what survives a restart.

The two locations

PathPersists?Use for
/home/jovyanYes, across restartsYour code, git clones, working files
/tmpNo, cleared each startScratch
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.

On this page