pull/1955/head
noramullen1 2020-12-07 18:04:52 -08:00
parent b546b93ae8
commit fa0b316cc2
6 changed files with 9 additions and 9 deletions

View File

@ -9,14 +9,14 @@ menu:
weight: 6
---
{{% note %}}
**Notebooks is currently an early access feature.**
**Notebooks is currently an early-access feature.**
[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 %}}
Notebooks are a way to build and annotate processes and data flows for time series data. Using notebooks, you can:
- Create documents with live code, equations, visualizations, and explanatory notes.
- Create dashbaord cells or scheduled tasks.
- Create dashboard cells or scheduled tasks.
- Clean and downsample data.
- Build runbooks.
- Document data processing steps.

View File

@ -10,7 +10,7 @@ menu:
parent: Notebooks
---
{{% note %}}
**Notebooks is currently an early access feature.**
**Notebooks is currently an early-access feature.**
[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 %}}

View File

@ -10,7 +10,7 @@ menu:
parent: Notebooks
---
{{% note %}}
**Notebooks is currently an early access feature.**
**Notebooks is currently an early-access feature.**
[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 %}}

View File

@ -10,7 +10,7 @@ menu:
parent: Notebooks
---
{{% note %}}
**Notebooks is currently an early access feature.**
**Notebooks is currently an early-access feature.**
[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 %}}
@ -19,7 +19,7 @@ Learn how to create a notebook that downsamples data—walk through the followin
- Inputs InfluxDB Cloud demo data from the Website Monitoring Bucket
- Downsamples data by aggregating data within windows of time with a Flux script
- Outputs downsampled data to a bucket.
- Outputs downsampled data to a bucket
## Requirements

View File

@ -9,7 +9,7 @@ menu:
parent: Notebooks
---
{{% note %}}
**Notebooks is currently an early access feature.**
**Notebooks is currently an early-access feature.**
[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 %}}

View File

@ -9,7 +9,7 @@ menu:
parent: Notebooks
---
{{% note %}}
**Notebooks is currently an early access feature.**
**Notebooks is currently an early-access feature.**
[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 %}}
@ -20,4 +20,4 @@ Try changing the time range. You might have measurements prior to the time range
This error appears when the Buckets API endpoint returns a list of bucket and you dont have access to that bucket. Verify that you have access permissions to the bucket that you're trying to query or write to.
### Metric selector crashes.
This can occur with high cardinality buckets when there's too much data for the browser. To decrease the amount of data in your bucket, see how to [resolve high series cardinality](/influxdb/cloud/write-data/best-practices/resolve-high-cardinality/).
This can occur with high-cardinality buckets when there's too much data for the browser. To decrease the amount of data in your bucket, see how to [resolve high series cardinality](/influxdb/cloud/write-data/best-practices/resolve-high-cardinality/).