notebook_read_cell
Read a specific cell's source code, type, tags, and saved outputs from a Jupyter notebook by providing the notebook path and cell index.
Instructions
Read the full source, type, tags, and saved outputs of a single cell.
Args: notebook_path: Path to the .ipynb file, relative to the workspace root. cell_index: Zero-based index of the cell (use notebook_list_cells to find it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | ||
| notebook_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |