edit_cell_source
Modify notebook cell source code by finding and replacing specific text strings. Specify the cell index, old string, and new string to update code efficiently.
Instructions
Find and replace text in a cell's source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | ||
| new_string | Yes | ||
| old_string | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |