notebook_merge_cells
Combine two consecutive notebook cells into one by specifying the notebook path and the index of the first cell to merge.
Instructions
Merges a cell with the cell immediately following it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| cell_index | Yes | Index of the first cell to merge |