Skip to main content

Creating a session

The three-step wizard that boots a JupyterLab, VS Code, or RStudio environment on a chosen preset and compute size.

Creating a session

Click New session in the top-right of the sessions list. The wizard has three steps.

Step 1 — Preset and image

Pick a preset to start from. The preset determines which IDE, images, and compute sizes are available. Then choose an image from the preset's catalog.

FieldRequiredWhat it does
PresetrequiredSelect a WorkspaceKind preset. This sets the IDE type (JupyterLab, VS Code, or RStudio) and filters the available images and pod sizes.
ImagerequiredContainer image from the preset's catalog (e.g. PyTorch, TensorFlow). Each preset offers its own curated list.
tip

You can also launch a session directly from a preset's detail page — click Launch session and the wizard opens with that preset already selected.

Step 2 — Compute

Choose a pod size from the preset's catalog. Each pod size specifies CPU, memory, and optional GPU.

FieldRequiredWhat it does
Pod sizerequiredCompute shape from the preset's catalog (e.g. "Small — 2 CPU / 8 GiB", "1× A100 GPU"). The preset's default is pre-selected.
Compute pooloptionalTarget a specific compute pool. Defaults to the workspace's default pool.
Slurm clusteroptionalAttach a Slurm cluster for hybrid workloads. Only visible when Slurm integration is enabled.

Step 3 — Storage

Configure persistent volumes. Your home directory and any data volumes persist across pause/resume cycles.

FieldRequiredWhat it does
Home volumeoptionalYour home directory. Either create a new persistent volume (default 5 GiB) or mount an existing claim. The preset may provide a default.
Data volumesoptionalAdditional mounts — datasets, scratch space, shared team caches. Each can be read-only. The preset may pre-mount some volumes.
ConfigurationsoptionalPre-defined "pod defaults" your admin set up — env vars, secrets, init scripts. Toggle the ones you need.
Environment variablesoptionalInline key/value pairs for things like HF_TOKEN or WANDB_API_KEY.
info

Sessions inherit your workspace's secrets bundle automatically. Don't paste tokens into Environment variables if there's already a managed secret for it — your admin can show you the list.

After creation

The session enters the Pending phase while compute is provisioned, the image is pulled, and storage is mounted. When it flips to Running, click Open to launch the notebook in a new browser tab.

Storage persists across pause/resume cycles. Pausing a session releases compute but keeps your home volume and data volumes attached — resuming reattaches them automatically.

Ask AI
Ask a question about Vantage Compute...