notebook_delete_cell
Delete a cell from a Jupyter notebook by index, with an optional timestamped backup to prevent data loss.
Instructions
Delete the cell at the given index.
A timestamped backup is written first unless checkpoint=false.
Args: notebook_path: Path to the .ipynb file, relative to the workspace root. cell_index: Zero-based index of the cell to delete. checkpoint: Write a backup before deleting (default: true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | ||
| checkpoint | No | ||
| notebook_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |