You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/query-your-data/explore-query-data/notebooks/introduction-notebooks.mdx
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ Notebooks provide a dynamic and organized way to tell a complete story with your
19
19
20
20
Whether you're conducting a deep-dive investigation, documenting a critical incident, or sharing analytical insights with your team, notebooks allow you to build a clear narrative around your data.
21
21
22
-
## Why use notebooks?
22
+
## Use cases
23
23
24
-
Notebooks streamline your workflow and turn raw data into actionable stories:
24
+
Use notebooks to streamline your workflow and turn raw data into actionable stories:
25
25
26
26
***Query, analyze, and visualize data**: Seamlessly query all your observability data (logs, metrics, events) and create visualizations to gain a better understanding of your system's performance.
27
27
***Create post-mortems and incident documents**: Collaborate with your team to document investigations and create a clear, reusable record for incident post-mortems and root cause analysis.
@@ -31,7 +31,7 @@ Notebooks streamline your workflow and turn raw data into actionable stories:
31
31
32
32
## Get started with notebooks
33
33
34
-
To start using notebooks:
34
+
To access notebooks:
35
35
36
36
1. Go to **[one.newrelic.com](https://one.newrelic.com)**.
37
37
2. Open the **Query your data** console from the drawer at the bottom of the page.
@@ -47,7 +47,7 @@ To start using notebooks:
47
47
Navigate to notebooks by going to **Query your data > Notebooks**
48
48
</figcaption>
49
49
50
-
## Create a new notebook
50
+
## Creating a new notebook
51
51
52
52
You have two simple ways to start a new notebook:
53
53
@@ -88,6 +88,18 @@ Every block can be manipulated to organize your document:
88
88
89
89
## Manage your notebooks
90
90
91
+
### Search and sort notebooks
92
+
93
+
To find specific notebooks in your organization:
94
+
95
+
1.**Search by name**: Use the search bar at the top of the notebooks index to find notebooks by name or keywords.
96
+
2.**Sort notebooks**: Click the sort dropdown to organize notebooks by:
97
+
* Name (A-Z or Z-A)
98
+
* Last modified date (newest or oldest first)
99
+
* Created date (newest or oldest first)
100
+
* Favorites (starred notebooks appear first)
101
+
3.**Filter by favorites**: Click the star filter to show only your favorite notebooks.
102
+
91
103
### Duplicate a notebook
92
104
93
105
1. Open the notebook you want to duplicate.
@@ -119,10 +131,22 @@ To quickly find your most important notebooks, you can mark them as a favorite:
119
131
120
132
Every notebook is a resource that belongs to the organization in which it was created. This association is permanent. If the organization is deleted, the notebook is deleted as well.
121
133
134
+
### Current permissions model
135
+
122
136
<Calloutvariant="tip">
123
-
Notebooks currently do not have permission settings. Anyone in the organization who has access to the feature can create new notebooks, edit and delete existing ones. We are working on introducing granular permissions allowing users to decide who within the organization sees, edits and deletes particular notebooks.
137
+
Notebooks currently do not have granular permission settings. Anyone in the organization who has access to the feature can create new notebooks, edit and delete existing ones. We are working on introducing granular permissions allowing users to decide who within the organization sees, edits and deletes particular notebooks.
124
138
</Callout>
125
139
140
+
**Current capabilities:**
141
+
* All organization members with notebooks access can view all notebooks
142
+
* All organization members with notebooks access can create, edit, and delete any notebook
143
+
* Notebooks are automatically shared across your entire organization
144
+
145
+
**Coming soon:**
146
+
* Owner-based permissions (only creators can edit/delete)
147
+
* Read-only sharing options
148
+
* Team-based access controls
149
+
126
150
## What's next?
127
151
128
152
Now that you understand the basics of notebooks, you can:
0 commit comments