create_notebook
Create a new notebook in a Microsoft Fabric workspace. Use provided JSON content, or get a basic Hello Fabric notebook when content is omitted.
Instructions
Create a new notebook in a Fabric workspace.
Args:
workspace: Name or ID of the workspace
notebook_name: Name of the new notebook
content: Content of the notebook (in JSON format). If not provided, creates a basic Hello Fabric notebook.
ctx: Context object containing client information
Returns:
A string containing the ID of the created notebook or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| workspace | Yes | ||
| notebook_name | No | new_notebook |