add_cell
Insert a new cell into a Jupyter notebook at a specified position, with support for custom source code and cell type.
Instructions
Add a new cell to the notebook at the specified position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| position | No | ||
| cell_type | No | ||
| notebook_path | Yes |