Skip To Content

Create a custom role for notebook authors

In the ArcGIS Enterprise portal, members can perform a task only when they are assigned a member role that includes the privilege pertaining to that task. For example, publishing hosted tile layers is controlled by one privilege, while registering data stores is controlled by another. The portal includes several default portal roles, each with a set of privileges, but portal administrators can also create custom roles and configure them with privileges as needed.

For a portal member to create and edit ArcGIS Notebooks, one or both of the following privileges must be assigned to their account:

  • The Create and Edit Notebooks privilege allows members to create notebooks and edit their existing notebooks in the portal using the Standard notebook runtime.
  • The Advanced Notebooks privilege must be assigned, along with the Create and Edit Notebooks privilege, for a member to create and edit notebooks using the Advanced notebook runtime.
  • The Schedule Notebooks privilege allows members with one or both of the above privileges to schedule notebook execution using the Tasks pane in the notebook editor.
Tip:

Notebook runtimes are explained in Docker and ArcGIS Notebook Server.

These privileges are included by default with the Administrator role only. Notebook authors who are not portal administrators need a custom role assigned to them that includes one or both notebook privileges. Each member can only be assigned one role at a time. To create a custom role (or multiple custom roles) for your notebook authors, complete the following steps:

  1. Verify that you are signed in as a portal administrator.
  2. Go to the Organization > Settings page and click Member Roles.

    On this page, you can view the portal's roles, create custom roles, and assign members to a role.

  3. Click Create Role.
  4. Provide a name and description for the role.

    The name must be unique within your organization and can contain up to 128 characters. The name and description are not case sensitive. Administrator, Publisher, User, Data Editor, and Viewer cannot be used as a name. The description can have up to 250 characters.

  5. Assign the notebook privileges to the custom role.

    Notebook authors need the Create and Edit Notebooks privilege at a minimum. If also assigned the Schedule Notebooks privilege, they can create tasks to schedule notebook execution. Both of these privileges can be found in the Content category.

    If they'll use the Advanced notebook runtime, they need the Advanced Notebooks privilege in addition to the Create and Edit Notebooks privilege. The Advanced Notebooks privilege can be found in the Content and Analysis category.

    You may want your notebook authors to perform other actions from their accounts in the portal, and some notebook actions require other portal privileges (such as publishing layers and performing analysis using GeoAnalytics Tools). At a minimum, the custom role you create should include the privileges to Create, update, and delete content and to Publish hosted feature layers, in addition to one or both notebook privileges.

  6. Review the available privileges, and select those your notebook authors will need.
    Tip:

    You can populate the privileges list with privileges from another role. Click Import settings from an existing role or template, and select a role such as Publisher or Analyst. The privileges included in that role will be turned on, and you can add the notebook privileges.

  7. Click Save role when you're satisfied with the privileges included with the custom role.
  8. To create multiple custom roles for notebook authors (for example, to separate Standard and Advanced notebook authors), repeat steps 3-7 for each new role.
  9. Assign the new custom role or roles to existing portal members.
    1. Go to the Members page.
    2. Search for members by name, group, or role.
    3. Use the Role drop-down menu to select the new role you want to assign to the member.
  10. Choose the role to assign to selected members, and click Assign.
  11. Repeat steps 9 and 10 to assign members to another custom role.

This topic concludes the ArcGIS Notebook Server install guide. Refer to the Administer section of the ArcGIS Notebook Server documentation for administrative information and workflows.


In this topic