grid_core, browse notebooks, and develop Python code against the same environment that Jupyter uses.
Quick Start
The fastest way to attach VS Code to your GRID container:grid_core container automatically.
Requires VS Code with the Dev Containers extension installed and the
code CLI available in your PATH.Manual Attachment
If theopen code command isn’t available or you prefer manual control:
The first attachment installs the VS Code server inside the container, which takes a few seconds.
Working in the Container
Once attached:- Browse files using the Explorer sidebar
- Open notebooks (
.ipynb) or Python scripts - Run terminals (
Terminal > New Terminal) for CLI commands, Git, or Python - Debug code using the Python extension’s breakpoint support
grid_core, so packages, CUDA binaries, and environment variables match your GRID sessions.
Remote SSH + Container
When working on a remote VM (e.g., Managed GRID):- Connect to the VM via Remote-SSH
- From the remote VS Code window, run
open code @localin the terminal - Or use Dev Containers: Attach to Running Container… to manually attach
Detaching
When finished:- Close the VS Code window attached to
grid_core - The container keeps running until you terminate it via the CLI