colab_create_notebook
Create a new empty Jupyter notebook in the sandboxed workspace, specifying its path and optional kernel. Use this to start a notebook for code execution or collaboration.
Instructions
Create a new, empty .ipynb notebook inside the sandboxed workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Notebook path, relative to the workspace root. | |
| kernel_name | No | python3 |