read_cell
Retrieve the content and outputs of a Jupyter notebook cell by specifying its index. Useful for inspecting specific cells in a notebook.
Instructions
Read a single cell by index with its outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |