Skip to content

Commit fb28abb

Browse files
committed
Move README badge to top
1 parent 3bfea32 commit fb28abb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Python Data Science Handbook
22

33
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb)
4+
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)
45

56
This repository contains the entire [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do), in the form of (free!) Jupyter notebooks.
67

78
![cover image](notebooks/figures/PDSH-cover.png)
89

910
## How to Use this Book
1011

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-
1312
- Read the book in its entirety online at https://jakevdp.github.io/PythonDataScienceHandbook/
1413

1514
- Run the code using the Jupyter notebooks available in this repository's [notebooks](notebooks) directory.
1615

16+
- Launch executable versions of these notebooks usin [Colab](http://colab.research.google.com): [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)
17+
1718
- Launch a live notebook server with these notebooks using [binder](https://beta.mybinder.org/): [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb)
1819

1920
- Buy the printed book through [O'Reilly Media](http://shop.oreilly.com/product/0636920034919.do)

0 commit comments

Comments
 (0)