mattpitkin / samplers-demo

A demonstration of various Python MCMC samplers
MIT License
7 stars 0 forks source link

samplers-demo

A demonstration of various Python MCMC samplers and Nested Sampling routines.

The website generated from this repository can be found here.

Building the site

The Makefile can be used to build the website locally with:

make publish

This should work if in a Conda environment generated with the environment.yml - in particular, note that nbconvert<=5.5.0 is required as the "basic" template has been removed in later versions. To publish the website to github use:

make publish-to-github