Prerequisites
- Web console
- CLI
-
Make sure you are in a group that has at least the
editorrole within your tenant or project; for example, the defaulteditorsgroup. You can check this in the Administration → IAM section of the web console. -
In the Administration → Limits → Quotas section, check the following quotas:
- Number of virtual machines (VMs) under Compute: make sure that at least one VM is available.
- Total number of allocations under Virtual Private Cloud: make sure that at least one allocation is available.
Steps
Create a Devlab
- Web console
- CLI
- In the sidebar, go to Serverless AI → Devlabs.
- Click Create Devlab, choose Template, and select JupyterLab.
- Review the prefilled Devlab settings. The console generates the Jupyter token automatically. Copy and save the token securely.
- Click Create Devlab.
Open JupyterLab
When the Devlab is running, open its managed HTTPS URL in a browser. A public IP address is not required.- Web console
- CLI
- In the sidebar, go to Serverless AI → Devlabs.
- Open the page of the required Devlab.
- Wait until the Devlab is running. Then, in the Network section, copy the public Devlab address from the Public Devlabs field.
- In a browser, open the URL and enter the Jupyter token in the JupyterLab password field. Use the token that the console generated when you created the Devlab.
View logs
- Web console
- CLI
- In the sidebar, go to Serverless AI → Devlabs.
- In the Devlab list, next to the Devlab, click View logs. Alternatively, click → View logs.
Expected results
- The JupyterLab Devlab reaches the Running status.
- You can open JupyterLab from the managed HTTPS URL and sign in with the Jupyter token in the password field.
- You can view Devlab logs.
Delete the Devlab
If you no longer need the Devlab, delete it. Once you delete the Devlab, you will not be charged for its computing resources or container disk.- Web console
- CLI
- In the sidebar, go to Serverless AI → Devlabs.
- In the Devlab list, find the Devlab and click → Delete.
- Confirm the Devlab deletion.