ipynb_list_cells
List all cells in a Jupyter Notebook file, showing indices, types, and content previews for easy inspection.
Instructions
List all cells in a Jupyter Notebook (.ipynb) with indices, types, and content previews.
Args: ipynb_filepath: Path to Jupyter Notebook (.ipynb) file (absolute path preferred)
Returns: Dict with 'cells' list or 'error' key on failure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipynb_filepath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||