delete_cell
Remove specific cells from a Jupyter notebook and optionally retrieve their source code for reference or reuse.
Instructions
Delete specific cells from the currently activated notebook and return the cell source of deleted cells (if include_source=True).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_indices | Yes | List of cell indices to delete (0-based) | |
| include_source | No | Whether to include the source of deleted cells |