Skip to content

Notebook permissions

Whether an operation on a notebook is allowed is determined by the workspace role, plus the root folder the notebook belongs to (its access scope). For a feature overview, see Notebook.

Access scope

The access scope is determined by the root folder the notebook is placed in. For how root folder names map to this, also see Folder.

ScopeDescription
WorkspaceA notebook placed under the "Workspace" root folder. Members can access it according to their workspace role
TeamspaceA notebook placed under the "(teamspace name)" root folder. Access is determined by the teamspace's resource role
PrivateA notebook placed under the "Private" root folder. Only the owner, if they're a Workspace Editor or higher, can operate on it
SharedA notebook placed under a "Shared folder". Who can access it is determined by additional notebook permissions

TIP

The Private, Teamspace, and Shared access scopes are an optional feature. Depending on your contract, they might not be available.

Resource role (when shared)

Roles used for notebooks in the shared scope. Who they're granted to is decided through additional notebook permissions.

RoleSummary
Notebook EditorCan edit the notebook
Notebook ViewerCan view the notebook

For notebooks within a teamspace, the teamspace's resource role (Editor / Viewer / Owner) is used for notebook operations.

Operations and required roles

Running SQL and getting execution results on a notebook aren't determined by notebook permissions — they're determined by the permissions of the target connection.

Access scope: Workspace

Notebooks under the "Workspace" root folder. Whether an operation is allowed is determined by the workspace role.

OperationRequired role
Viewing content / commentingWorkspace Viewer or higher
Editing a notebookWorkspace Editor or higher
Moving or deleting a notebook / editing or deleting a folderWorkspace Editor or higher

Access scope: Teamspace

Notebooks under the "(teamspace name)" root folder. Determined by the permissions granted in Teamspace.

OperationRequired role
Viewing content / commentingWorkspace Viewer or higher, and Teamspace Viewer or higher
Editing a notebookWorkspace Editor or higher, and Teamspace Editor or higher
Moving or deleting a notebook / editing or deleting a folderWorkspace Editor or higher, and Teamspace Editor or higher
Sharing with users or groupsWorkspace Viewer or higher, and Teamspace Editor or higher

Access scope: Private

Notebooks under the "Private" root folder. Only the owner, if they're a Workspace Editor or higher, can operate on them.

OperationRequired role
Viewing content / commentingWorkspace Editor or higher
Editing a notebookWorkspace Editor or higher
Moving or deleting a notebook / editing or deleting a folderWorkspace Editor or higher
Sharing with users or groupsWorkspace Editor or higher

Access scope: Shared

Notebooks under a "Shared folder". Users and groups granted permissions through additional notebook permissions can access them. Notebooks accessed only through sharing can't be deleted or moved, even with edit permission.

OperationRequired role
Viewing content / commentingWorkspace Viewer or higher, and Notebook Viewer or higher
Editing a notebookWorkspace Editor or higher, and Notebook Editor

For the conditions required to publish a report, see Report.