notebook_edit_cell_output
Replace the output of a specific cell in a Jupyter notebook by providing the notebook path, cell index, and new output array.
Instructions
Allows direct manipulation and setting of cell outputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| outputs | Yes | New outputs array | |
| cell_index | Yes | Index of the cell |