edit_cell
Replace a notebook code cell's entire source, clearing its outputs and execution count. Use for major changes; prefer patch_cell for small edits.
Instructions
Replace a cell's ENTIRE source. For small changes prefer patch_cell.
Editing a code cell clears its outputs and execution_count (they are stale).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| index | Yes | ||
| source | Yes |