create_notebook
Create a new empty Jupyter notebook at a specified file path, ensuring the path does not already exist.
Instructions
Create a new empty notebook at path (must not exist yet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| kernel_name | No | python3 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |