add_cell
Add code, markdown, or raw cells to a Jupyter notebook at a specified position, or append when no index is given. Creates the notebook file if it doesn't exist.
Instructions
Add a cell. Append when index is omitted. Creates a missing notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| index | No | ||
| source | Yes | ||
| cell_type | No | code |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||