jupyter_connect_notebook
Connect to a Jupyter notebook kernel, creating a new session if none exists, and obtain the kernel ID for subsequent code execution.
Instructions
Connect to a notebook's kernel (create session if needed).
This gets an existing kernel session for the notebook or creates a new one. Use the returned kernel_id for subsequent execute_code calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_path | Yes | Path to the notebook |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |