notebook_bulk_add_cells
Add multiple cells (code, markdown, or raw) to a Jupyter notebook at a specified index in a single operation.
Instructions
Adds multiple cells to a notebook in a single operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| cells | Yes | Array of cells to add | |
| index | Yes | Index after which to insert the cells |