insert_cell
Insert a new code or markdown cell at a specified index in a Jupyter notebook. Provide the cell content and type to add cells programmatically.
Instructions
Insert a new code or markdown cell at the given index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| source | Yes | ||
| cell_type | No | code |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |