Running Jupyter Notebooks
Access JupyterLab on your GPU instance with port forwarding for interactive development with GPU acceleration.
Start JupyterLab
Connect to your instance and start JupyterLab:
Copy the URL with token from the output (looks like http://localhost:8888/lab?token=...).
Forward the Port
In a new terminal window on your local machine:
Now open the Jupyter URL (with token) in your local browser: http://localhost:8888
Verify GPU Access
In a notebook cell, verify the GPU is available:
Best Practices
- Use
jupyter lab --ip 0.0.0.0if you need to access from external hosts - Run Jupyter in a
tmuxsession to keep it running after disconnecting - Forward TensorBoard on port 6006 alongside Jupyter for experiment tracking