move_cell
Reorder notebook cells by moving a specified cell to a new index, shifting other cells accordingly.
Instructions
Moves a cell to the provided index and shifts existing cells.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cellId | Yes | The ID of the cell to move. | |
| cellIndex | Yes | The index to move the cell to. |