Prerequisites for a Jupyter Notebook with Cloud GPU
- A supported editor installed: VSCode, Cursor, or Windsurf
- The Thunder Compute extension installed in that editor
- The Jupyter extension installed in that editor
Execute Jupyter Notebooks on Thunder Compute cloud GPUs. Configure remote kernels and process intensive data workloads in a notebook environment.
import torch
print(torch.cuda.is_available())
True
Was this page helpful?