This link will create a binder session with the notebooks running in jupyter lab: https://mybinder.org/v2/gh/rinikerlab/cadd_exercises/main
- Install a miniconda distribution, we recommend miniforge.
- Make sure you have mamba installed in your base environment.
- Create the cadd_exercises environment with the command:
mamba env create -f cadd_exercises.yml
- Activate the environment:
conda activate cadd_exercises