@@ -36,6 +36,7 @@ A notebook is an interface for creating reports.
36
36
37
37
Choose ** Actions** to rename, duplicate, or delete a notebook.
38
38
39
+ ![ Create notebook] ( {{site.url}}{{site.baseurl}}/images/create_notebook.gif )
39
40
40
41
### Step 2: Add a paragraph
41
42
@@ -55,7 +56,7 @@ For example, type `%md` for markdown, `%sql` for SQL, and `%ppl` for PPL.
55
56
Add in text formatted in markdown.
56
57
```
57
58
58
- ![ Markdown paragraph] ( {{site.url}}{{site.baseurl}}/images/markdown-notebook.png )
59
+ ![ Markdown paragraph] ( {{site.url}}{{site.baseurl}}/images/markdown_notebooks.gif )
59
60
60
61
##### Sample SQL block
61
62
@@ -64,7 +65,7 @@ Add in text formatted in markdown.
64
65
Select * from opensearch_dashboards_sample_data_flights limit 20 ;
65
66
```
66
67
67
- ![ SQL paragraph] ( {{site.url}}{{site.baseurl}}/images/sql-notebook.png )
68
+ ![ SQL paragraph] ( {{site.url}}{{site.baseurl}}/images/sql_notebooks.gif )
68
69
69
70
##### Sample PPL block
70
71
@@ -73,7 +74,7 @@ Select * from opensearch_dashboards_sample_data_flights limit 20;
73
74
source=opensearch_dashboards_sample_data_logs | head 20
74
75
```
75
76
76
- ![ PPL paragraph] ( {{site.url}}{{site.baseurl}}/images/ppl-notebook.png )
77
+ ![ PPL paragraph] ( {{site.url}}{{site.baseurl}}/images/ppl_notebooks.gif )
77
78
78
79
79
80
#### Add a visualization
@@ -82,7 +83,7 @@ source=opensearch_dashboards_sample_data_logs | head 20
82
83
1 . In ** Title** , select your visualization and choose a date range. You can choose multiple timelines to compare and contrast visualizations.
83
84
1 . To run and save a paragraph, choose ** Run** .
84
85
85
- ![ Visualization paragraph] ( {{site.url}}{{site.baseurl}}/images/visualization-notebook.png )
86
+ ![ Visualization paragraph] ( {{site.url}}{{site.baseurl}}/images/visualization_notebooks.gif )
86
87
87
88
## Paragraph actions
88
89
@@ -93,7 +94,8 @@ You can perform the following actions on paragraphs:
93
94
- Run all the paragraphs at the same time.
94
95
- Clear the outputs of all paragraphs.
95
96
- Delete all the paragraphs.
96
- - Move paragraphs up and down.
97
+
98
+ ![ Sample notebooks] ( {{site.url}}{{site.baseurl}}/images/paragraphs_notebooks.gif )
97
99
98
100
## Sample notebooks
99
101
@@ -105,6 +107,8 @@ We prepared the following sample notebooks that showcase a variety of use cases:
105
107
106
108
To add a sample notebook, choose ** Actions** and select ** Add sample notebooks** .
107
109
110
+ ![ Sample notebooks] ( {{site.url}}{{site.baseurl}}/images/sample_notebooks.gif )
111
+
108
112
## Create a report
109
113
110
114
You can use notebooks to create PNG and PDF reports:
@@ -116,3 +120,5 @@ You can use notebooks to create PNG and PDF reports:
116
120
117
121
1 . To create a schedule-based report, choose ** Create report definition** . For steps to create a report definition, see [ Create reports using a definition] ( {{site.url}}{{site.baseurl}}/dashboards/reporting#create-reports-using-a-definition ) .
118
122
1 . To see all your reports, choose ** View all reports** .
123
+
124
+ ![ Report notebooks] ( {{site.url}}{{site.baseurl}}/images/report_notebooks.gif )
0 commit comments