probmods / dippl

The Design and Implementation of Probabilistic Programming Languages
http://dippl.org/
175 stars 30 forks source link
probabilistic-programming tutorial webppl

The Design and Implementation of Probabilistic Programming Languages

A web book, available online at dippl.org

Requirements:

Installation:

git clone https://github.com/probmods/dippl.git
cd dippl
npm install
npm install -g browserify bower uglifyjs
bower install

Run local webserver:

jekyll serve --watch

Assets

To update webppl, webppl-viz, and webppl-editor, simply copy the minified Javascript files (webppl-editor.min.js, webppl-viz.min.js, webppl.min.js) and CSS files (webppl-editor.css, webppl-viz.css) to assets/js and assets/css respectively.