Skip to content

Binder environment config for example notebook to run on

License

Notifications You must be signed in to change notification settings

pymc-devs/pymc-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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