Where Is Data Stored After the Sync OBS Function Is Used?

  1. Log in to the ModelArts management console, and choose DevEnviron > Notebooks.

  2. In the Operation column of the target notebook instance in the notebook list, click Open to go to the Jupyter page.

  3. On the Files tab page of the Jupyter page, select the target file and click Sync OBS in the upper part of the page to synchronize the file. The file is stored in the ~/work directory of the instance.

  4. On the Files tab page of the Jupyter page, click New and select Terminal. The Terminal page is displayed.

  5. Run the following command to go to the ~/work directory.

    cd work
    
  6. Run the ls command in the ~/work directory to view the files.