delete_cell
Delete a cell from a Jupyter notebook by providing its index. For multiple deletions, remove cells in descending order to avoid index shifting.
Instructions
Delete a specific cell. When deleting many cells, MUST delete them in descending order of their index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | Cell index(0-based) | |
| notebook_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |