1. Deploy a devbox
2. Install and start JupyterLab
3. Connect via browser
http://<INSTANCE_IP>:8888 in your browser.
4. Verify GPU access
In a notebook cell:5. Persist notebooks with a volume
/workspace/ persist across deploys.
Upload data
Install additional packages
Tips
- Use the
ubuntu-devboxtemplate — it includes CUDA, cuDNN, and Python. - Save notebooks to
/workspace/when using a volume for persistence. - For long training runs, use
nohupin a terminal tab so the job survives browser disconnects. - For password-protected access, run
jupyter lab passwordand restart without the token flags.