delete_cell
Delete a cell from a running marimo notebook by specifying the notebook path and cell ID (obtain IDs with get_cells).
Instructions
Delete a cell from a running notebook.
Args: notebook: Path to the notebook file or port number. cell_id: The cell ID to delete (get IDs from get_cells first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook | Yes | ||
| cell_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |