diff --git a/README.md b/README.md index 33b9bbb9..7f866940 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you are interested in running this material locally on your computer, you wil 1. Create and activate your conda environment from the `environment.yml` file ```bash conda env create -f environment.yml - conda activate cookbook-example + conda activate api-cookbook-dev ``` 1. Move into the `notebooks` directory and start up Jupyterlab ```bash diff --git a/_gallery_info.yml b/_gallery_info.yml index 41e65212..f4f037b0 100644 --- a/_gallery_info.yml +++ b/_gallery_info.yml @@ -3,15 +3,14 @@ tags: domains: - api - data acccess + - remote sensing - wip packages: - matplotlib - - seaborn - geopandas - - hvplot - cartopy - xarray - earthaccess - - h5netcdf - dask - - pyaqsapi \ No newline at end of file + events: + - Cook-off 2024 diff --git a/environment.yml b/environment.yml index 3fa4b565..a70675a3 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,6 @@ dependencies: - geopandas - jupyter-book - jupyterlab - - sphinx-pythia-theme - pip - hvplot - cartopy diff --git a/notebooks/api-foundations/api-basics.ipynb b/notebooks/api-foundations/api-basics.ipynb index 1b1041d6..62334667 100644 --- a/notebooks/api-foundations/api-basics.ipynb +++ b/notebooks/api-foundations/api-basics.ipynb @@ -1,10 +1,11 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ - "\"Computer" + "" ] }, { diff --git a/thumbnail.png b/thumbnail.png index 99f68fef..08a3d672 100644 Binary files a/thumbnail.png and b/thumbnail.png differ