Help Center> ModelArts> FAQs> Notebook> Data Storage> What Is the Default Working Directory on JupyterLab?

What Is the Default Working Directory on JupyterLab?

  • Notebook instance with OBS storage (old-version notebooks)

    For this type of notebook instances, the files uploaded to JupyterLab are stored in the OBS path specified during the instance creation by default.

    All read and write operations are performed on the files selected in the OBS path and are irrelevant to the current instance space. To synchronize the files to the instance space, select the files and click Sync OBS.

  • Notebook instance with EVS storage

    For this type of notebook instances, the files uploaded to JupyterLab are by default stored in the EVS space automatically allocated during the instance creation.

    All read and write operations are performed on the files selected in the EVS space. You can mount your data to the ~/work directory.