Accessing a Notebook Instance

Access a notebook instance in the Running state for coding.

The methods of accessing notebook instances vary depending on the AI engine based on which the instance was created.

A ModelArts notebook instance is started as user ma-user. The default working directory of the instance is /home/ma-user.

image1

Create an instance and mount the persistent storage to /home/ma-user/work.

image2

The data stored in the work directory only is retained after the instance is stopped or restarted. When you use a development environment, store the data for persistence in /home/ma-user/work.