pymc-devs / pymc-sandbox

Binder environment config for example notebook to run on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyMC binder sandbox

This repository is used to store the binder environment used to run the notebooks in https://docs.pymc.io/projects/examples/en/latest/ (hosted on this GitHub repo)

This freezes the dependencies at the time of each snapshot to ensure notebooks can always be executed on binder and accelerate loading the binder kernel for the notebooks.

Contributors

To update the requirements.txt use

pip-compile requirements.in --resolver=backtracking -U

which will generate the new requirements.txt. You'll need pip-tools installed

About

Binder environment config for example notebook to run on

License:Apache License 2.0