notebook_read_cell_output
Read the output of a specific code cell in a Jupyter notebook by providing the notebook path and cell index.
Instructions
Reads the output list of a specific code cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the cell |