notebook_clear_cell_outputs
Remove outputs and execution count from a specific notebook cell to clean it for fresh execution.
Instructions
Clears the outputs and execution count of a specific cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the cell |