The MIT license is used in this repository for easy reproducibility. ``
git clone https://github.com/UW-MLGEO/MLGEO2024_jensencc
conda env create -n mlgeo-jensencc -f environment.yml
conda activate mlgeo-jensencc
Updating the environment
To update the environment:conda env update -f environment.yml --prune
The prune option will uninstall any dependencies that were removed from environment.yml
.
Once your Conda environment is activated, you are ready to use the notebook!