Prompt capture
NotebookEdit tool description
27 model strings share this prompt, byte for byte.
This renders the markdown inside the description, so it isn't quite the description itself. The raw view and the plain text are the bytes as they were sent.
Replaces, inserts, or deletes a single cell in a Jupyter notebook (.ipynb file).
Usage:
- You must use the Read tool on the notebook in this conversation before editing — this tool will fail otherwise.
notebook_pathmust be an absolute path.cell_idis theidattribute shown in the Read tool's<cell id="...">output. It is required forreplaceanddelete.edit_modedefaults toreplace. Useinsertto add a new cell after the cell with the givencell_id(or at the beginning of the notebook ifcell_idis omitted) —cell_typeis required when inserting. Usedeleteto remove the cell.