Skip to content

Commit

Permalink
Point to jupyter.org's notebook viewer instead of github.com's becaus…
Browse files Browse the repository at this point in the history
…e github's does not display math formulas correctly
  • Loading branch information
ageron committed Mar 4, 2016
1 parent 32571a7 commit 379888c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Simply open the [Jupyter](http://jupyter.org/) notebooks you are interested in:

* using [Binder](http://mybinder.org/): [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/ageron/ml-notebooks)
* this let's you experiment with the code examples
* or directly within github (start at [index.ipynb](https://github.com/ageron/ml-notebooks/blob/master/index.ipynb))
* or by cloning this repository and running Jupyter locally.
* or using [jupyter.org's notebook viewer](http://nbviewer.jupyter.org/github/ageron/ml-notebooks/blob/master/index.ipynb)
* note: [github.com's notebook viewer](https://github.com/ageron/ml-notebooks/blob/master/index.ipynb)) also works but it is slower and the math formulas are not displayed correctly
* or by cloning this repository and running Jupyter locally
* if you prefer this option, follow the installation instructions below.

# Installation
Expand Down

0 comments on commit 379888c

Please sign in to comment.