edit_cell
Update the code in a specific Jupyter notebook cell by providing the notebook path, cell ID, and new source.
Instructions
Edit the source code of an existing cell in the notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| cell_id | Yes | Unique ID of the cell to edit. This can be obtained using read_notebook_source_only or read_notebook_with_outputs. | |
| notebook_path | Yes |