Skip to content

Commit c098a80

Browse files
author
ashwinkumar12345
committed
added gifs for notebooks
1 parent 0257a9d commit c098a80

12 files changed

+11
-5
lines changed

_dashboards/notebooks.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ A notebook is an interface for creating reports.
3636

3737
Choose **Actions** to rename, duplicate, or delete a notebook.
3838

39+
![Create notebook]({{site.url}}{{site.baseurl}}/images/create_notebook.gif)
3940

4041
### Step 2: Add a paragraph
4142

@@ -55,7 +56,7 @@ For example, type `%md` for markdown, `%sql` for SQL, and `%ppl` for PPL.
5556
Add in text formatted in markdown.
5657
```
5758

58-
![Markdown paragraph]({{site.url}}{{site.baseurl}}/images/markdown-notebook.png)
59+
![Markdown paragraph]({{site.url}}{{site.baseurl}}/images/markdown_notebooks.gif)
5960

6061
##### Sample SQL block
6162

@@ -64,7 +65,7 @@ Add in text formatted in markdown.
6465
Select * from opensearch_dashboards_sample_data_flights limit 20;
6566
```
6667

67-
![SQL paragraph]({{site.url}}{{site.baseurl}}/images/sql-notebook.png)
68+
![SQL paragraph]({{site.url}}{{site.baseurl}}/images/sql_notebooks.gif)
6869

6970
##### Sample PPL block
7071

@@ -73,7 +74,7 @@ Select * from opensearch_dashboards_sample_data_flights limit 20;
7374
source=opensearch_dashboards_sample_data_logs | head 20
7475
```
7576

76-
![PPL paragraph]({{site.url}}{{site.baseurl}}/images/ppl-notebook.png)
77+
![PPL paragraph]({{site.url}}{{site.baseurl}}/images/ppl_notebooks.gif)
7778

7879

7980
#### Add a visualization
@@ -82,7 +83,7 @@ source=opensearch_dashboards_sample_data_logs | head 20
8283
1. In **Title**, select your visualization and choose a date range. You can choose multiple timelines to compare and contrast visualizations.
8384
1. To run and save a paragraph, choose **Run**.
8485

85-
![Visualization paragraph]({{site.url}}{{site.baseurl}}/images/visualization-notebook.png)
86+
![Visualization paragraph]({{site.url}}{{site.baseurl}}/images/visualization_notebooks.gif)
8687

8788
## Paragraph actions
8889

@@ -93,7 +94,8 @@ You can perform the following actions on paragraphs:
9394
- Run all the paragraphs at the same time.
9495
- Clear the outputs of all paragraphs.
9596
- Delete all the paragraphs.
96-
- Move paragraphs up and down.
97+
98+
![Sample notebooks]({{site.url}}{{site.baseurl}}/images/paragraphs_notebooks.gif)
9799

98100
## Sample notebooks
99101

@@ -105,6 +107,8 @@ We prepared the following sample notebooks that showcase a variety of use cases:
105107

106108
To add a sample notebook, choose **Actions** and select **Add sample notebooks**.
107109

110+
![Sample notebooks]({{site.url}}{{site.baseurl}}/images/sample_notebooks.gif)
111+
108112
## Create a report
109113

110114
You can use notebooks to create PNG and PDF reports:
@@ -116,3 +120,5 @@ You can use notebooks to create PNG and PDF reports:
116120

117121
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).
118122
1. To see all your reports, choose **View all reports**.
123+
124+
![Report notebooks]({{site.url}}{{site.baseurl}}/images/report_notebooks.gif)

images/create_notebook.gif

973 KB
Loading

images/markdown-notebook.png

-35.2 KB
Binary file not shown.

images/markdown_notebooks.gif

433 KB
Loading

images/paragraphs_notebooks.gif

817 KB
Loading

images/ppl-notebook.png

-357 KB
Binary file not shown.

images/ppl_notebooks.gif

784 KB
Loading

images/report_notebooks.gif

2.26 MB
Loading

images/sample_notebooks.gif

1.29 MB
Loading

images/sql-notebook.png

-367 KB
Binary file not shown.

0 commit comments

Comments
 (0)