From 2e71573f0219146aeb2bc2aea7341b741bc8160c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 4 Mar 2016 09:01:26 +0100 Subject: [PATCH] Point to jupyter.org's notebook viewer instead of github.com's because github's does not display math formulas correctly --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1f74be..bb69f8f 100644 --- a/README.md +++ b/README.md @@ -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