Skip to content

Commit 73d20be

Browse files
authored
Merge pull request #155 from NASA-IMPACT/fix-docs-typo
fix: typo in index.qmd
2 parents ce3b0b3 + 6aabe54 commit 73d20be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/index.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **Quickstarts** examples are further divided into two sections, which you ca
1414

1515
- **Accessing the Data Directly**: For when you want to access the raw data (e.g., to do a specific analysis). In this case, permissions are required to access the data (i.e., must be run on VEDA JupyterHub) and computation happens within the user's instance (i.e., the user needs to think about instance size). This approach is suitable for use within notebooks. All examples provided in this section require VEDA JupyterHub access to run.
1616

17-
- **Using the Raster API**: For when you want to show outputs to other people or do standard processing. No permissions required (i.e., notebooks can be run on `mybinder`). Additionally, the computation happens somehwere else (i.e., user does not have to think about instance size). Lastly, this approach is suitable for use within notebooks as well as web application frontends (e.g., like dataset discoveries). These notebook examples can be run on both VEDA JupyterHub, as well as outside of the Hub (see instructions below) and within `mybinder`.
17+
- **Using the Raster API**: For when you want to show outputs to other people or do standard processing. No permissions required (i.e., notebooks can be run on `mybinder`). Additionally, the computation happens somewhere else (i.e., user does not have to think about instance size). Lastly, this approach is suitable for use within notebooks as well as web application frontends (e.g., like dataset discoveries). These notebook examples can be run on both VEDA JupyterHub, as well as outside of the Hub (see instructions below) and within `mybinder`.
1818

1919

2020
## How to run
@@ -39,4 +39,4 @@ If the notebook needs access to protected data on S3, you will need to specifica
3939

4040
## How to contribute
4141

42-
Please refer to the [notebook style guide in these docs](../contributing/docs-and-notebooks.qmd).
42+
Please refer to the [notebook style guide in these docs](../contributing/docs-and-notebooks.qmd).

0 commit comments

Comments
 (0)