- Miniconda with Python 3.7 or later
Create the conda environment on your system:
conda env create -f environment.ymlAfter doing this once, activate the environment with:
conda activate environment-name(Note: conda environments don't work in PowerShell.)
cd src/
jupyter lab analysis.ipynb