read_cell
Read a specific cell from the active Jupyter notebook to access its metadata, source, and outputs.
Instructions
Read a specific cell from the currently activated notebook and return it's metadata (index, type, execution count), source and outputs (for code cells)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | Index of the cell to read (0-based) | |
| include_outputs | No | Include outputs in the response (only for code cells) |