Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions content/en/notebooks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

### Rich text features

Notebooks support commonly used rich text features like bold, italics, inline code, and headers. Notebooks also support a variety of list types such as bullet, numbered, or check list.
Notebooks support commonly used rich text features like bold, italics, inline code, and headers. Notebooks also support a variety of list types such as bullet, numbered, or check list.

| Feature | Description |
|---------------|----------------------------------------------------------------------------------------------------------------------------|
Expand Down Expand Up @@ -113,7 +113,7 @@

Additionally, you can use the following shortcuts to cut and paste widgets (<kbd>Cmd</kbd>/<kbd>Ctrl</kbd> + <kbd>X</kbd>, <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> + <kbd>V</kbd>).

### Table of contents
### Table of contents

Notebooks automatically generate a table of contents from any headers or graphs you insert into your document. You can create a header using the markdown shortcut `#` or by selecting text and clicking **Header** in the toolbar.

Expand Down Expand Up @@ -145,7 +145,7 @@

## Adding comments to a notebook

You can add comments on content in the body of the notebook. To comment on text, highlight the text and click on the comment icon in the toolbar.
You can add comments on content in the body of the notebook. To comment on text, highlight the text and click on the comment icon in the toolbar.

<!-- TODO Add updated image from new notebooks -->

Expand Down Expand Up @@ -230,22 +230,25 @@

By default, all users have full access to notebooks.

Use our access controls to restrict view and edit access to only yourself:

Check warning on line 233 in content/en/notebooks/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'our'.
1. While viewing a notebook, click the **Share** button in the upper right.
1. Select **Private to me**.

Check warning on line 235 in content/en/notebooks/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.
1. Click **Save**.

Use granular access controls to limit the [roles][7] that may edit a particular notebook:
1. While viewing a notebook, click on the cog in the upper right. The settings menu opens.
1. Select **Permissions**.
1. Click **Restrict Access**.
1. The dialog box updates to show that members of your organization have **Viewer** access by default.
1. While viewing a notebook, click the **Share** button in the upper right.
1. Select **Custom**.
1. Update the Organization access to **Viewer** to revoke edit access from the rest of the organization.
1. Use the dropdown to select one or more roles, teams, or users that may edit the notebook.
1. Click **Add**.
1. The dialog box updates to show that the role you selected has the **Editor** permission.
1. Click **Save**.

**Note:** To maintain your edit access to the notebook, the system requires you to include at least one role that you are a member of before saving.
**Note:** To maintain your edit access to the notebook, the system requires you to include at least one role that you are a member of before saving.

Check notice on line 247 in content/en/notebooks/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

You must have edit access to restore general access to a restricted notebook. Complete the following steps:
1. While viewing the notebook, click on the cog in the upper right. The settings menu opens.
1. Select **Permissions**.
1. Click **Restore Full Access**.
1. While viewing a notebook, click the **Share** button in the upper right.
1. Select **My Org**.

Check warning on line 251 in content/en/notebooks/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'My'.
1. Click **Save**.

## Finding notebooks
Expand Down
Loading