create_notebook
Creates a new empty notebook for executing Mathematica code independently of the currently open notebook. Use when a separate workspace is required.
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 |