notebook_duplicate_cell
Duplicate a specific cell in a Jupyter notebook by its index. Optionally specify the number of times to repeat the duplication.
Instructions
Duplicates a cell multiple times (default: once)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| count | No | Number of times to duplicate the cell | |
| cell_index | Yes | Index of the cell to duplicate |