Skip to content

Commit d3585d2

Browse files
authored
update gallery images (#57)
1 parent 3e4471e commit d3585d2

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If you are interested in running this material locally on your computer, you wil
8282
1. Create and activate your conda environment from the `environment.yml` file
8383
```bash
8484
conda env create -f environment.yml
85-
conda activate cookbook-example
85+
conda activate api-cookbook-dev
8686
```
8787
1. Move into the `notebooks` directory and start up Jupyterlab
8888
```bash

_gallery_info.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ tags:
33
domains:
44
- api
55
- data acccess
6+
- remote sensing
67
- wip
78
packages:
89
- matplotlib
9-
- seaborn
1010
- geopandas
11-
- hvplot
1211
- cartopy
1312
- xarray
1413
- earthaccess
15-
- h5netcdf
1614
- dask
17-
- pyaqsapi
15+
events:
16+
- Cook-off 2024

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies:
77
- geopandas
88
- jupyter-book
99
- jupyterlab
10-
- sphinx-pythia-theme
1110
- pip
1211
- hvplot
1312
- cartopy

notebooks/api-foundations/api-basics.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"metadata": {},
67
"source": [
7-
"<img src=\"../images/api_basic_header.jpeg\" alt=\"Computer code displayed on dual monitors (October 15, 2019)\" width=\"600\"></img>"
8+
"<img src=\"../images/header.png\" width=\"600\"></img>"
89
]
910
},
1011
{

thumbnail.png

445 KB
Loading

0 commit comments

Comments
 (0)