You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Probabilistic Programming and Bayesian Methods for Hackers
1
+
Probabilistic Programming & Bayesian Methods for Hackers
2
2
========
3
3
## *Using Python and PyMC*
4
4
@@ -87,7 +87,7 @@ Using the book
87
87
88
88
The book can be read in three different ways, starting from most recommended to least recommended:
89
89
90
-
1. The most recommended option is to clone the repository and download the .ipynb files to your local machine. If you have IPython installed, you can view the
90
+
1. The most recommended option is to clone the repository to download the .ipynb files to your local machine. If you have IPython installed, you can view the
91
91
chapters in your browser *plus* edit and run the code provided (and try some practice questions). This is the preferred option to read
92
92
this book, though it comes with some dependencies.
93
93
- IPython 0.13 is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/ipython-doc/dev/install/index.html)
@@ -97,9 +97,7 @@ this book, though it comes with some dependencies.
97
97
2. The second, preferred, option is to use the nbviewer.ipython.org site, which display IPython notebooks in the browser ([example](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter1_Introduction/Chapter1_Introduction.ipynb)).
98
98
The contents are updated synchronously as commits are made to the book. You can use the Contents section above to link to the chapters.
99
99
100
-
3. The most traditional approach, but also not recommended, is to read the chapters as PDFs contained in the `previews` folder. The content
101
-
in these PDFs is not guaranteed to be the most recent content as the PDFs are only compiled periodically. Similarly, the book will not be
102
-
interactive.
100
+
3.**PDF versions are coming.** PDFs are the least-prefered method to read the book, as pdf's are static and non-interactive. If PDFs are desired, they can be created dynamically using Chrome's builtin print-to-pdf feature.
103
101
104
102
105
103
Installation and configuration
@@ -165,6 +163,10 @@ Thanks to all our contributing authors, including (in chronological order):
0 commit comments