-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add content for new notebook page #27382
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a beast, Esther, nicely done! I made some copyedit and formatting suggestions - don't hesitate to let me know if you'd like to chat about any of them, if you'd like me to take another look, or any other way I can help 😀
|
||
## Overview | ||
|
||
Notebooks combine graphs and text in a linear, cell-based format. They help you explore and share stories with your data by creating postmortems, investigations, runbooks, documentation, and more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is existing content, so I won't spend too much time on it 🙂 This phrasing gave me pause for a sec, though, because it made it sound like we were telling people to tell stories to their data 😂
Notebooks combine graphs and text in a linear, cell-based format. They help you explore and share stories with your data by creating postmortems, investigations, runbooks, documentation, and more. | |
Notebooks combine graphs and text in a linear, cell-based format. They help you explore and create stories with your data, using postmortems, investigations, runbooks, documentation, and more. |
You can switch between modes from within the Notebook by selecting the dropdown at the top right of your notebook. | ||
|
||
- **Editing**: make changes to the notebook. | ||
|
||
- **Viewing**: contents are Read Only, preventing users from making unwanted edits to existing configurations and information. | ||
|
||
- **Presenting**: share the contents of the Notebook in a display format where each cell appears as a slide. Presentation mode supports graph interactions such as tooltips and legends. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can switch between modes from within the Notebook by selecting the dropdown at the top right of your notebook. | |
- **Editing**: make changes to the notebook. | |
- **Viewing**: contents are Read Only, preventing users from making unwanted edits to existing configurations and information. | |
- **Presenting**: share the contents of the Notebook in a display format where each cell appears as a slide. Presentation mode supports graph interactions such as tooltips and legends. | |
You can switch between modes from within the notebook by selecting the dropdown at the top right of your notebook. | |
- **Editing**: make changes to the notebook. | |
- **Viewing**: contents are Read Only, preventing users from making unwanted edits to existing configurations and information. | |
- **Presenting**: share the contents of the notebook in a display format where each cell appears as a slide. Presentation mode supports graph interactions such as tooltips and legends. |
* **All Notebooks**: All Notebooks in your organization. | ||
* **[Notebook Type](#notebook-types)**: Group notebooks by type. | ||
|
||
Hover over the Preview icon for any Notebook to see a preview of the contents, including widget types and Markdown. To open the Notebook in [View Mode](#view-mode), hover over the notebook and click **Open notebook in view mode** on the right. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hover over the Preview icon for any Notebook to see a preview of the contents, including widget types and Markdown. To open the Notebook in [View Mode](#view-mode), hover over the notebook and click **Open notebook in view mode** on the right. | |
Hover over the Preview icon for any notebook to see a preview of the contents, including widget types and Markdown. To open the notebook in [View Mode](#view-mode), hover over the notebook and click **Open notebook in view mode** on the right. |
|
||
### Notebook types | ||
|
||
{{< img src="notebooks/add_notebook_type.png" alt="Add Type button highlighted in a Notebook" style="width:100%;">}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{< img src="notebooks/add_notebook_type.png" alt="Add Type button highlighted in a Notebook" style="width:100%;">}} | |
{{< img src="notebooks/add_notebook_type.png" alt="Add Type button highlighted in a notebook" style="width:100%;">}} |
|
||
#### Layout options | ||
|
||
In a Notebook cell, click **Edit** to view the cell configuration in edit mode. You can also see the available layout options, which vary based on the cell content type, but include the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a Notebook cell, click **Edit** to view the cell configuration in edit mode. You can also see the available layout options, which vary based on the cell content type, but include the following: | |
In a notebook cell, click **Edit** to view the cell configuration in edit mode. You can also see the available layout options, which vary based on the cell content type, but include the following: |
|
||
### Version history | ||
|
||
From a notebook, click the **Configure** icon and click **Version history** to open the Version History side panel. You can preview, restore, or clone your notebook's version history. For more information, see the [Version History guide][18]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the Configure icon different from the cog icon? If they're the same thing, I like how you referred to it here - I like referring to what icons are for, so people can think about the objectives they're trying to accomplish, instead of looking for specific icons that can be harder to remember if there are many of them.
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** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Click **Save** | |
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. | ||
|
||
To restore general access to a notebook with restricted access, follow the steps below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above, do you need Editor access for this?
|
||
### Search | ||
|
||
The search field supports document text search. Type what you're looking for and the notebooks below will list the results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above, is a document a different thing here?
|
||
Notebooks APIs are currently being updated to support the new Notebooks product. Creating notebooks through the API places them in "compatibility mode," supporting only markdown and widget cells. | ||
|
||
You cannot read or edit new notebooks using the notebooks API; attempts to do so will result in a 400 error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You cannot read or edit new notebooks using the notebooks API; attempts to do so will result in a 400 error. | |
You cannot read or edit new notebooks using the notebooks API; attempts to do so result in a 400 error. |
What does this PR do? What is the motivation?
The Notebooks product is undergoing a revamp and will be available in Preview next Wednesday
Merge instructions
Merge readiness:
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes