notebookutils.notebook.create {notebookutils} | R Documentation |
Create a notebook
Description
Create a notebook
Usage
notebookutils.notebook.create(
name,
description = "",
content = "",
defaultLakehouse = "",
defaultLakehouseWorkspace = "",
workspaceId = ""
)
Arguments
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 |
Value
A notebook object
[Package notebookutils version 1.5.3 Index]