notebook_create
Create a new Jupyter notebook file in the working directory. The .ipynb extension is added automatically, and the notebook name and path are returned.
Instructions
Create a new Jupyter notebook (.ipynb) in the working directory. The .ipynb extension is added automatically if not included. Returns the notebook name and path on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |