notebookutils.notebook.list {notebookutils} | R Documentation |
List all notebooks
Description
List all notebooks
Usage
notebookutils.notebook.list(workspaceId = "", maxResults = 1000L)
Arguments
workspaceId |
Workspace id of the notebook, default to current workspace |
maxResults |
Maximum number of notebooks to return, default to 1000 |
Value
A list of notebook objects
[Package notebookutils version 1.5.3 Index]