cell_move
Move a Jupyter notebook cell to a new zero-indexed position to reorder cells.
Instructions
Move a cell to a new position in the notebook. new_position is 0-indexed. Use notebook_get to see current positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cell_id | Yes | ||
| new_position | Yes |