read_notebook_cells
Read cells from a Jupyter notebook, optionally filtering by type (code, markdown, raw). Returns cell content and metadata.
Instructions
Read cells from a Jupyter notebook.
Args:
notebook_path: Absolute path to the .ipynb file
cell_type: Optional filter by cell type ('code', 'markdown', 'raw')
Returns:
List of cell dictionaries with metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_type | No | ||
| notebook_path | Yes |