edit_cell_content
Edit a Jupyter notebook cell's content by index and optionally run the code to see output immediately.
Instructions
Edit the content of a specific cell by its index and optionally execute it
Args:
index: The index of the cell to edit
content: The new content for the cell
execute: If True and the cell is code, execute after editing and return outputInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| content | Yes | ||
| execute | No |