Persisting Data and Files on a Notebook Session Block Volume

Files and data on the local disk of a notebook session Compute aren't persisted when the notebook session is deactivated or fails.

To persist files and data, you must save them to OCI Block Volumes. A Block Volume is mounted in /home/datascience. You can access it from the JupyterLab file tree.

When you deactivate a notebook session, the files stored on the Block Volume are mounted back in /home/datascience after you activate a notebook session. To back up data, push code changes to a remote Git repository, and then save the data to OCI Object Storage.