notebook_move_cell
Move a cell from one position to another within a Jupyter notebook by specifying the current and target cell indices.
Instructions
Moves a cell to a different position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| to_index | Yes | Target index for the cell | |
| from_index | Yes | Current index of the cell |