Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 408 Bytes

hbn-hub

A place to put things we use to analyze data from HBN.

Usage

Install the conda env that includes dependencies we use:

conda create -n -f environment.yml
conda activate hbn

You are now working in an environment with the dependencies installed!

Initialize the precommit hook that strips jupyter notebooks of their outputs:

pre-commit install