add_text_cell
Insert a text cell at a specified index in a Google Colab notebook, shifting existing cells as needed.
Instructions
Inserts a text type cell at the provided index and shifts existing cells. The resulting new cell id is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cellIndex | Yes | The index at which to insert the cell. | |
| content | Yes | The content of the new cell. This can include Markdown and LaTeX syntax. |