notebook_split_cell
Divide a Jupyter notebook cell into two separate cells by specifying the exact line number where the split should occur.
Instructions
Splits a cell into two at a specified line number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the cell to split | |
| line_number | Yes | Line number at which to split |