start_session_continue_notebook
Fork an existing notebook with a fresh kernel for new sessions without re-executing previous cells. This tool enables continuation of notebook work in JupyterLab sessions on GPU-accelerated compute nodes.
Instructions
Continue a notebook: fork it with fresh kernel (no re-execution).
Args: experiment_name: Name for this session. notebook_path: Path to existing notebook to fork.
Returns: Dict with session_id, notebook_path (forked), job_id, hostname.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_name | Yes | ||
| notebook_path | Yes |