Various JupyterLab notebooks for collaboration and evaluations conducted by internal staff for external users.
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