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.
Accessed online using JupyterLab. For details, see Using JupyterLab to Develop Models.
Remotely accessed from a local IDE through SSH. For details, see Configuring a Local IDE Accessed Using SSH.
A ModelArts notebook instance is started as user ma-user. The default working directory of the instance is /home/ma-user.
Create an instance and mount the persistent storage to /home/ma-user/work.
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.