start_new_session
Launch a new JupyterLab session on GPU compute nodes by submitting a SLURM job, starting a kernel, and creating a notebook for high-performance computation experiments.
Instructions
Start a new session: submit SLURM job, start kernel, create notebook.
Args: experiment_name: Name for the experiment/notebook.
Returns: Dict with session_id, notebook_path, job_id, hostname.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_name | Yes |