Ocean Hack Week - 2021
Continuous Integration Tests
MyBinder
Pangeo Binder
Install Instructions
- If you don't have conda (either with Miniconda or the full AnacondaDistribution) already installed we recommend installing miniconda for latest Python 3.
- Then clone this repository and, at the root directory, you will find the environment.yml file. That files is basically the list of packages we are going to install.
- Now create the environment with
conda env create --file environment.yml
- activate the environment with:
conda activate OHW
- call
jupyter-lab
to get started! Happy hacking!!