Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 425 Bytes

README.rst

File metadata and controls

13 lines (9 loc) · 425 Bytes

To easily run this notebook, an Anaconda environment is included here to ensure all dependencies are satisfied. To create the environment, do the following from within this repository once you've cloned it:

conda create -n yourenv --file=environment.yml
conda activate yourenv
jupyter notebook

You may need to install Anaconda beforehand.