notebookutils.notebook.update {notebookutils} | R Documentation |
Update a notebook
Description
Update a notebook
Usage
notebookutils.notebook.update(
name,
newName,
description = "",
workspaceId = ""
)
Arguments
name |
Name of the notebook |
newName |
New name of the notebook |
description |
Description of the notebook |
workspaceId |
Workspace id of the notebook, default to current workspace |
Value
A notebook object
[Package notebookutils version 1.5.3 Index]