notebook_edit_cell
Replace the source code of a specific cell in a Jupyter notebook by providing the notebook path, cell index, and new source content.
Instructions
Replaces the source content of a specific cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the cell to edit | |
| new_source | Yes | New source content for the cell |