ipynb_get_cell
Retrieve a specific cell's content from a Jupyter Notebook by index, with negative indexing for reverse access. Get cell data directly for programmatic use without a Jupyter server.
Instructions
Get content of a specific cell by index from a Jupyter Notebook (.ipynb).
Args: ipynb_filepath: Path to Jupyter Notebook (.ipynb) file (absolute path preferred) cell_index: Index of cell (supports negative indexing)
Returns: Dict with 'content' or 'error' key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | ||
| ipynb_filepath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||