jupyter_read_cell
Read the content of a specific cell in a Jupyter notebook. Specify the notebook path and cell index to retrieve the cell's text.
Instructions
Read content of a specific cell in a notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the cell (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |