Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to open notebooks in mybinder #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python. It contains the example code and solutions to the exercises in my O'Reil

Simply open the [Jupyter](http://jupyter.org/) notebooks you are interested in:

* Using [mybinder](https://mybinder.org/v2/gh/ageron/handson-ml/master?filepath=index.ipynb), this opens the notebooks in an executable environment. This lets you play around with the code without having to install anything. [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ageron/handson-ml/master?filepath=index.ipynb)
* Using [jupyter.org's notebook viewer](http://nbviewer.jupyter.org/github/ageron/handson-ml/blob/master/index.ipynb)
* note: [github.com's notebook viewer](https://github.com/ageron/handson-ml/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. This option lets you play around with the code. In this case, follow the installation instructions below.
Expand Down