insert_cell
Insert a new cell into a Jupyter notebook at a specified index, choosing from code, markdown, or raw types.
Instructions
Insert a new cell BEFORE index (index == cell count appends).
cell_type must be one of: code, markdown, raw. Indices are 0-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| index | Yes | ||
| source | Yes | ||
| cell_type | Yes |