notebookutils.notebook.create | R Documentation |
Create a notebook
notebookutils.notebook.create(
name,
description = "",
content = "",
defaultLakehouse = "",
defaultLakehouseWorkspace = "",
workspaceId = ""
)
name |
Name of the notebook |
description |
Description of the notebook |
content |
Definition of the notebook |
defaultLakehouse |
Default lakehouse of the notebook |
defaultLakehouseWorkspace |
Default lakehouse workspace of the notebook |
workspaceId |
Workspace id of the notebook, default to current workspace |
A notebook object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.