create_notebook
Create a new empty notebook to run Mathematica code independently, without affecting existing notebooks.
Instructions
[ADVANCED] Create a new empty notebook.
Use when the user explicitly asks for a NEW notebook. This sets the active
notebook so subsequent execute_code(style="notebook") calls write into it.
Without this, execute_code reuses the currently open notebook.
For code execution in whatever notebook is already open, use
execute_code(style="notebook") directly instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Untitled | |
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |