read_notebook
Read the full source content of a Jupyter notebook, including cell types and execution counts, with optional pagination to control the number of cells returned.
Instructions
Read the source content (without output) of a connected Notebook. It will return the formatted content of the Notebook (including Index, Cell Type, Execution Count and Full Source Content). ONLY used when the user explicitly instructs to read the full content of the Notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of cells to return (0 means no limit) | |
| start_index | No | Starting cell index (0-based) for pagination | |
| notebook_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |