mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 06:33:33 +08:00
890 B
890 B
Replaces, inserts, or deletes a single cell in a Jupyter notebook (.ipynb file).
Usage:
- You must use the ${READ_TOOL_NAME} 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_NAME} 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.