start_session_resume_notebook
Resume a Jupyter notebook session by re-executing all cells to restore kernel state for continued computation in HPC environments.
Instructions
Resume a notebook: re-execute all cells to restore kernel state.
Args: experiment_name: Name for this session. notebook_path: Path to existing notebook to resume.
Returns: Dict with session_id, notebook_path, job_id, hostname, errors.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_name | Yes | ||
| notebook_path | Yes |