GeoLab Cloud 101 workshop notebooks
This uses a conda environment that GeoLab current supports.
If you want to run this locally, create the conda environment using the spec-file.txti, activate the environment, and start jupyter notebook.
conda create --name cloud101 --file spec-file.txt
conda activate cloud101
jupyter lab