https://github.com/pymc-devs/pymc-sandbox
Binder environment config for example notebook to run on
https://github.com/pymc-devs/pymc-sandbox
Last synced: 5 months ago
JSON representation
Binder environment config for example notebook to run on
- Host: GitHub
- URL: https://github.com/pymc-devs/pymc-sandbox
- Owner: pymc-devs
- License: apache-2.0
- Created: 2021-10-17T02:08:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T18:12:23.000Z (over 3 years ago)
- Last Synced: 2025-06-13T02:22:20.162Z (about 1 year ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/pymc-devs/pymc-examples))
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