cell_update
Update the source content of any cell in a Jupyter notebook. For code cells, clears existing outputs to reflect code changes.
Instructions
Update the source content of a cell. For code cells, this clears existing outputs and execution count since the code has changed. Use notebook_get to find cell IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cell_id | Yes | ||
| source | Yes |