Skip to content

Commit cf3c3e2

Browse files
committed
Update Prologue.ipynb broken link
The hyperlink example under option 2 (reading on nbviewer.ipython.org) on ways to read the book was broken. Fixed.
1 parent 893ecde commit cf3c3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Prologue/Prologue.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
" - For Linux users, you should not have a problem installing Numpy, Scipy, Matplotlib and PyMC. For Windows users, check out [pre-compiled versions](http://www.lfd.uci.edu/~gohlke/pythonlibs/) if you have difficulty. \n",
118118
" - In the styles/ directory are a number of files (.matplotlirc) that used to make things pretty. These are not only designed for the book, but they offer many improvements over the default settings of matplotlib and the IPython notebook.\n",
119119
" - while technically not required, it may help to run the IPython notebook with `--pylab inline` if you encounter runtime errors.\n",
120-
"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)).\n",
120+
"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.ipynb)).\n",
121121
"The contents are updated synchronously as commits are made to the book. You can use the Contents section above to link to the chapters.\n",
122122
" \n",
123123
"3. **PDF versions are coming.** PDFs are the least-preferred 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.\n",

0 commit comments

Comments
 (0)