notebook_read_cell
Read the source content of a specific Jupyter notebook cell by providing its file path and index.
Instructions
Reads the source content of a specific cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the cell to read |