colab_add_cell
Insert a code or markdown cell into a notebook at a specific index or appended to the end. Provide the notebook path and source content to extend your notebook.
Instructions
Add a single cell to a notebook, at an index or appended to the end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| index | No | ||
| source | Yes | ||
| cell_type | No | code |