notebook_delete_cell
Delete a specific cell from a Jupyter notebook by specifying the notebook file path and the cell index number.
Instructions
Deletes a specific cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the cell to delete |