notebookutils.notebook.updateDefinition {notebookutils} | R Documentation |
Get the definition of a notebook
Description
Get the definition of a notebook
Usage
notebookutils.notebook.updateDefinition(
name,
content,
defaultLakehouse = "",
defaultLakehouseWorkspace = "",
workspaceId = ""
)
Arguments
name |
Name 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
The definition of the notebook
[Package notebookutils version 1.5.3 Index]