execute_notebook
Queue a SystemLink Jupyter notebook run by specifying notebook and workspace IDs, with optional parameters for the execution.
Instructions
Start a SystemLink Jupyter notebook execution. Requires SYSTEMLINK_MCP_ALLOW_WRITE=1.
Uses NotebookClient.create_executions. This queues work on the server; it does not wait for completion or return notebook output.
notebook_id: Notebook id to run. workspace_id: Workspace the execution belongs to. parameters: Optional notebook parameters (values are stringified for the SDK).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters | No | ||
| notebook_id | Yes | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||