Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 412 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 412 Bytes

Prerequisites

  • Miniconda with Python 3.7 or later

First-time setup

Create the conda environment on your system:

conda env create -f environment.yml

After doing this once, activate the environment with:

conda activate environment-name

(Note: conda environments don't work in PowerShell.)

Running the notebook

cd src/
jupyter lab analysis.ipynb