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/add-queries-to-notebooks.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ metaDescription: 'Learn about notebook blocks, active blocks, action toolbars, a
9
9
freshnessValidatedDate: never
10
10
---
11
11
12
-
Query blocks are the core component of notebooks, allowing you to write NRQL queries and visualize the results directly within your document. You can add multiple query blocks to a single notebook to build a comprehensive data story.
12
+
Query blocks are the core component of notebooks, allowing you to write NRQL queries and visualize the results within your document. You can add multiple query blocks to a single notebook to build a comprehensive data story.
13
13
14
14
## Active block
15
15
@@ -24,7 +24,7 @@ Queries coming from Data Explorer are added to the active block if the active bl
24
24
To change an active block you need to select or add another block in the notebook.
25
25
26
26
When a Markdown Block is active, it automatically enters an editing mode featuring a convenient two-column layout to optimize your documentation workflow:
27
-
***Editing Column (Left)**: This is where you directly type and format your Markdown code.
27
+
***Editing Column (Left)**: This is where you type and format your Markdown code.
28
28
***Live Preview Column (Right)**: This instantly displays a real-time visual preview of your formatted documentation, ensuring accuracy as you type.
Copy file name to clipboardExpand all lines: src/content/docs/query-your-data/explore-query-data/notebooks/introduction-notebooks.mdx
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Notebooks solve this problem by providing a dynamic and organized way to tell a
18
18
19
19
## Use cases
20
20
21
-
Use notebooks to streamline your workflow and turn raw data into actionable stories:
21
+
Use notebooks to improve your workflow and turn raw data into actionable stories:
22
22
23
23
***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.
24
24
***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.
@@ -42,7 +42,7 @@ Every notebook is composed of different types of blocks:
42
42
43
43
As you build your notebook, you can:
44
44
45
-
***Edit blocks in real-time**: Click on any block to make it active and start editing
45
+
***Edit blocks in real-time**: Click any block to make it active and start editing
46
46
***Organize your story**: Duplicate, move, or delete blocks to create the perfect narrative flow
47
47
***Collaborate seamlessly**: Share your notebook with your team and work together on investigations
48
48
@@ -80,19 +80,14 @@ Every notebook is a resource that belongs to the organization in which it was cr
80
80
### Current permissions model
81
81
82
82
<Calloutvariant="tip">
83
-
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.
83
+
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.
84
84
</Callout>
85
85
86
86
**Current capabilities:**
87
87
* All organization members with notebooks access can view all notebooks
88
88
* All organization members with notebooks access can create, edit, and delete any notebook
89
89
* Notebooks are automatically shared across your entire organization
90
90
91
-
**Coming soon:**
92
-
* Owner-based permissions (only creators can edit/delete)
93
-
* Read-only sharing options
94
-
* Team-based access controls
95
-
96
91
## Get started with notebooks
97
92
98
93
Now that you understand how notebooks work and their permissions model, you're ready to start creating and managing your own notebooks.
@@ -103,7 +98,7 @@ To access notebooks:
103
98
104
99
1. Go to **[one.newrelic.com](https://one.newrelic.com)**.
105
100
2. Open the **Query your data** console from the drawer at the bottom of the page.
106
-
3. Click on **Notebooks** in the query builder header to see a list of all notebooks created by your organization.
101
+
3. Click **Notebooks** in the query builder header to see a list of all notebooks created by your organization.
107
102
108
103
<img
109
104
title="Navigate to notebooks from query your data"
@@ -127,15 +122,15 @@ You have two simple ways to start a new notebook:
127
122
128
123
1. Select the **+ Create a notebook** button at the top-right corner of the index.
129
124
2. Give your notebook a meaningful name (names are searchable, so use relevant keywords like your service or application name).
130
-
3.Press**Create**.
125
+
3.Click**Create**.
131
126
4. The query console drawer opens. Type your first query!
132
127
133
128
### Start from the query console
134
129
135
130
1. Open the query console (the drawer at the bottom of the platform).
136
131
2. Create your desired queries and Markdown blocks.
137
-
3.Press the **Save** button.
138
-
4. Name your notebook, and press**Save**.
132
+
3.Click the **Save**.
133
+
4. Name your notebook, and click**Save**.
139
134
140
135
</Collapser>
141
136
@@ -159,7 +154,7 @@ To find specific notebooks in your organization:
159
154
### Duplicate a notebook
160
155
161
156
1. Open the notebook you want to duplicate.
162
-
2. Click the arrow next to the tab name in the console drawer and click on **duplicate**.
157
+
2. Click the arrow next to the tab name in the console drawer and click **duplicate**.
163
158
3. Click **Duplicate** from the context menu.
164
159
4. A copy of the notebook will open in a new tab, ready for editing.
0 commit comments