Jupyter
In the workspace detail page, open the Connect tab. You can access the Jupyter notebook using the port shown there.
- Click the port number or Open Jupyter to open the session directly in your browser.
- No additional setup is required.
SSH
Run the command below to connect to your workspace using SSH. Replace/path/to/<key-name> with your private key path.

Connect from terminal
- In the workspace detail page, open the Connect tab and locate the SSH command.
- Click the copy icon to copy the SSH command to your clipboard.
- Replace
/path/to/keywith the actual path to your private key file. - Paste and run the command in your terminal.
SSH keys must be registered in your account settings before connecting. See SSH keys for details.
Connect using VS Code Remote-SSH
If you prefer working in VS Code, you can connect using the Remote - SSH extension.- Install the VS Code extension Remote - SSH.
- In the workspace detail page, open the Connect tab and copy the SSH command.
- In VS Code, open the Command Palette and run
Remote-SSH: Add New SSH Host.... - Paste the SSH command.
- Replace the private key path after
-iwith the actual path to your downloaded private key file. - Select your SSH config file when prompted (usually
~/.ssh/config). - Run
Remote-SSH: Connect to Host...and select the host you just added.



~/.ssh/config entries:
Custom ports
If you opened Custom Ports during workspace creation, you can find their connection information in the workspace detail page’s Connect tab.- Internal Port: The port your service is listening on inside the workspace.
- External Link/Port: The public address you can use to access the service.
