overwrite_cell
Overwrite the content of a Jupyter notebook cell and get a diff comparison of the changes.
Instructions
Overwrite the content of a specific cell
It will return a comparison (diff style, + for new lines, - for deleted lines) of the cell's content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | Cell index(0-based) | |
| cell_content | Yes | ||
| notebook_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |