insert_cell
Insert a new code or markdown cell at a specified index in a Jupyter notebook. Programmatically add cells in ascending order to maintain cell order.
Instructions
Insert a cell at the specified index. When inserting many cells, MUST insert them in ascending order of their index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_type | Yes | ||
| cell_index | Yes | Cell index to insert at (0-based) | |
| cell_content | Yes | ||
| notebook_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |