Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 631 Bytes

Evaluation Binder

Various JupyterLab notebooks for collaboration and evaluations conducted by internal staff for external users.

Binder

Contributing

In order to contribute, you must have git-crypt installed, and unlock the repository using the pre-shared passphrase:

./unlock_repo

You should also install the pre-commit to run the pre-commit filters configured for this repository:

pip install --user pre-commit
pre-commit install