This repository contains the open access version of the text and the code examples in the book. All of this can be more easily viewed at www.bayesiancomputationbook.com
If you see any issues please create an issue on the issue tracker
To run the code you will need to install the correct packages in a computational environment. We have provided instructions below for common options.
conda env create -f environment.yml
conda activate bmcp
The book code can also be run using Google Colab. https://colab.research.google.com
More instructions to come soon