jupyter_delete_cell
Remove a specific cell from a Jupyter notebook by its index. Keeps notebooks tidy by deleting unwanted cells.
Instructions
Delete a cell from the notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the cell to delete (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |