notebook_rename
Rename or move a Jupyter notebook file by specifying its current path and the desired new path.
Instructions
Renames/moves a notebook file from one path to another
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_path | Yes | New path for the notebook | |
| old_path | Yes | Current path of the notebook |