Skip to content

Commit 41b116e

Browse files
Merge branch 'master' of github.com:CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
2 parents 2bccf1d + 84092ba commit 41b116e

File tree

1 file changed

+12
-30
lines changed

1 file changed

+12
-30
lines changed

README.md

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ The book can be read in three different ways, starting from most recommended to
8585
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
8686
chapters in your browser *plus* edit and run the code provided (and try some practice questions). This is the preferred option to read
8787
this book, though it comes with some dependencies.
88-
- IPython v0.13 (or greater) is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/)
88+
- IPython v0.13 (or greater) is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/). IPython notebooks can be run by `(your-virtualenv) ~/path/to/the/book/Chapter1_Introduction $ ipython notebook`
8989
- 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.
90-
- 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.
90+
- 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.
9191
- while technically not required, it may help to run the IPython notebook with `ipython notebook --pylab inline` flag if you encounter io errors.
9292
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)).
9393
The contents are updated synchronously as commits are made to the book. You can use the Contents section above to link to the chapters.
@@ -138,35 +138,17 @@ Contributions and Thanks
138138

139139

140140
Thanks to all our contributing authors, including (in chronological order):
141-
- [Cameron Davidson-Pilon](http://www.camdp.com)
142-
- [Stef Gibson](http://stefgibson.com)
143-
- [Vincent Ohprecio](http://bigsnarf.wordpress.com/)
144-
- [Lars Buitinck](https://github.com/larsman)
145-
- [Paul Magwene](http://github.com/pmagwene)
146-
- [Matthias Bussonnier](https://github.com/Carreau)
147-
- [Jens Rantil](https://github.com/JensRantil)
148-
- [y-p](https://github.com/y-p)
149-
- [Ethan Brown](http://www.etano.net/)
150-
- [Jonathan Whitmore](http://jonathanwhitmore.com/)
151-
- [Mattia Rigotti](https://github.com/matrig)
152-
- [Colby Lemon](https://github.com/colibius)
153-
- [Gustav W Delius](https://github.com/gustavdelius)
154-
- [Matthew Conlen](http://www.mathisonian.com/)
155-
- [Jim Radford](https://github.com/radford)
156-
- [Vannessa Sabino](http://baniverso.com/)
157-
- [Thomas Bratt](https://github.com/thomasbratt)
158-
- [Nisan Haramati](https://github.com/nisanharamati)
159-
- [Thomas Bratt](https://github.com/thomasbratt)
160-
- [Robert Grant](https://github.com/bgrant)
161-
- [Yaroslav Halchenko](https://github.com/yarikoptic)
162-
- [Alex Garel](https://github.com/alexgarel)
163-
- [Oleksandr Lysenko](https://twitter.com/sash_ko)
164-
- [liori](https://github.com/liori)
165-
- [ducky427](https://github.com/ducky427)
166-
- [Pablo de Oliveira Castro](https://github.com/pablooliveira)
167-
- [sergeyfogelson](https://github.com/sergeyfogelson)
168-
- [Mattia Rigotti](http://neurotheory.columbia.edu/~mrigotti/)
169141

142+
Authors | | |
143+
--- | --- | --- | ---
144+
[Cameron Davidson-Pilon](http://www.camdp.com) | [Stef Gibson](http://stefgibson.com) | [Vincent Ohprecio](http://bigsnarf.wordpress.com/) |[Lars Buitinck](https://github.com/larsman)
145+
[Paul Magwene](http://github.com/pmagwene) | [Matthias Bussonnier](https://github.com/Carreau) | [Jens Rantil](https://github.com/JensRantil) | [y-p](https://github.com/y-p)
146+
[Ethan Brown](http://www.etano.net/) | [Jonathan Whitmore](http://jonathanwhitmore.com/) | [Mattia Rigotti](https://github.com/matrig) | [Colby Lemon](https://github.com/colibius)
147+
[Gustav W Delius](https://github.com/gustavdelius) | [Matthew Conlen](http://www.mathisonian.com/) | [Jim Radford](https://github.com/radford) | [Vannessa Sabino](http://baniverso.com/)
148+
[Thomas Bratt](https://github.com/thomasbratt) | [Nisan Haramati](https://github.com/nisanharamati) | [Robert Grant](https://github.com/bgrant) | [Matthew Wampler-Doty](https://github.com/xcthulhu)
149+
[Yaroslav Halchenko](https://github.com/yarikoptic) | [Alex Garel](https://github.com/alexgarel) | [Oleksandr Lysenko](https://twitter.com/sash_ko) | [liori](https://github.com/liori)
150+
[ducky427](https://github.com/ducky427) | [Pablo de Oliveira Castro](https://github.com/pablooliveira) | [sergeyfogelson](https://github.com/sergeyfogelson) | [Mattia Rigotti](http://neurotheory.columbia.edu/~mrigotti/)
151+
[Matt Bauman](https://github.com/mbauman) | [Andrew Duberstein](http://www.andrewduberstein.com/) | |
170152

171153
We would like to thank the Python community for building an amazing architecture. We would like to thank the
172154
statistics community for building an amazing architecture.

0 commit comments

Comments
 (0)