|
1 | 1 | # Python Data Science Handbook
|
2 | 2 |
|
3 | 3 | [](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb)
|
| 4 | +[](https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb) |
4 | 5 |
|
5 | 6 | This repository contains the entire [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do), in the form of (free!) Jupyter notebooks.
|
6 | 7 |
|
7 | 8 | 
|
8 | 9 |
|
9 | 10 | ## How to Use this Book
|
10 | 11 |
|
11 | | -<a href="https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in Colab" title="Open and Execute in Google Colaboratory"></a> |
12 | | - |
13 | 12 | - Read the book in its entirety online at https://jakevdp.github.io/PythonDataScienceHandbook/
|
14 | 13 |
|
15 | 14 | - Run the code using the Jupyter notebooks available in this repository's [notebooks](notebooks) directory.
|
16 | 15 |
|
| 16 | +- Launch executable versions of these notebooks usin [Colab](http://colab.research.google.com): [](https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb) |
| 17 | + |
17 | 18 | - Launch a live notebook server with these notebooks using [binder](https://beta.mybinder.org/): [](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb)
|
18 | 19 |
|
19 | 20 | - Buy the printed book through [O'Reilly Media](http://shop.oreilly.com/product/0636920034919.do)
|
|
0 commit comments