read_cell
Retrieve a specific cell's content, metadata, and outputs from an active Jupyter notebook to inspect code execution results and cell details.
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
TableJSON 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) |