Add descriptions

pull/1941/head
noramullen1 2020-12-07 15:13:55 -08:00
parent 0a46a10914
commit e45ebe1fc3
5 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,8 @@
--- ---
title: Notebooks title: Notebooks
seotitle: Build notebooks in InfluxDB Cloud seotitle: Build notebooks in InfluxDB Cloud
description: description: >
Use notebooks to build and annotate processes and data flows for time series data.
menu: menu:
influxdb_cloud: influxdb_cloud:
name: Notebooks name: Notebooks

View File

@ -1,6 +1,7 @@
--- ---
title: Normalize data with notebooks title: Normalize data with notebooks
description: description: >
Clean, standardize, or normalize you data to make it easier to compare with other measurements.
weight: 102 weight: 102
influxdb/cloud/tags: influxdb/cloud/tags:
menu: menu:
@ -13,7 +14,7 @@ menu:
[Submit a request](https://w2.influxdata.com/notebooks-early-access/) for early access, and we'll send you a confirmation notebooks is available in your account. [Submit a request](https://w2.influxdata.com/notebooks-early-access/) for early access, and we'll send you a confirmation notebooks is available in your account.
{{% /note %}} {{% /note %}}
Learn how to create a notebook that normalizes data—walk through the following example to create a notebook that does the following: Learn how to create a notebook that normalizes data. Walk through the following example to create a notebook that does the following:
- Inputs sample data from NOAA - Inputs sample data from NOAA
- Normalizes sample data with a Flux script - Normalizes sample data with a Flux script

View File

@ -1,6 +1,7 @@
--- ---
title: Create a notebook title: Create a notebook
description: description: >
Create a notebook to explore, visualize, and process your data.
weight: 102 weight: 102
influxdb/cloud/tags: influxdb/cloud/tags:
menu: menu:

View File

@ -1,6 +1,7 @@
--- ---
title: Downsample data with notebooks title: Downsample data with notebooks
description: description: >
Downsample data to reduce overall disk usage as data collects over time.
weight: 102 weight: 102
influxdb/cloud/tags: influxdb/cloud/tags:
menu: menu:

View File

@ -1,6 +1,6 @@
--- ---
title: Manage notebooks title: Manage notebooks
description: description: View, update, and delete notebooks.
weight: 102 weight: 102
influxdb/cloud/tags: influxdb/cloud/tags:
menu: menu:
@ -21,7 +21,7 @@ View, update, and delete notebooks in the UI.
{{< nav-icon "notebooks" >}} {{< nav-icon "notebooks" >}}
A list of notebooks appears. A list of notebooks appears.
2. Click on one of the notebooks in the list to open it. 2. Click a notebook to open it.
3. To update, edit the notebook's cells and content. Changes are saved automatically. 3. To update, edit the notebook's cells and content. Changes are saved automatically.
## Delete a notebook ## Delete a notebook