update_cell
Overwrite the content of an existing notebook cell by specifying its cell ID and new content.
Instructions
Overwrites the contents of the cell with the provided new content. The cell must already exist and is identified by its cell ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cellId | Yes | The ID of the cell to update. | |
| content | Yes | The new content of the cell. |