colab_create_notebook
Create a new local Colab-ready .ipynb notebook with optional Python code cells, without consuming GPU quota.
Instructions
Create a new local Colab-ready .ipynb notebook without consuming GPU quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | New local .ipynb path; existing files are never replaced. | |
| code_cells | No | Optional ordered Python source cells; null creates none. |