Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4b34f4

Browse files
authored
Add binder badge to README
1 parent 058289a commit b4b34f4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

‎README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Python Data Science Handbook
22

3+
[![Binder](https://beta.mybinder.org/badge.svg)](https://beta.mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb)
4+
35
This repository contains the entire [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do), in the form of (free!) Jupyter notebooks.
46

7+
![cover image](notebooks/figures/PDSH-cover.png)
8+
59
You can read the book in its entirety online at https://jakevdp.github.io/PythonDataScienceHandbook/
610

7-
![cover image](notebooks/figures/PDSH-cover.png)
11+
Jupyter notebooks containing all of the book's content are available in this repository's [notebooks](notebooks) directory.
12+
13+
To launch a live notebook server with these notebook using [binder](https://beta.mybinder.org/),
14+
click on the [Launch Binder](https://beta.mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb) badge above.
15+
16+
---
817

9-
The book was written and tested with Python 3.5, though older Python versions (including Python 2.7) should work in nearly all cases.
18+
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
1019

1120
The book introduces the core libraries essential for working with data in Python: particularly [IPython](http://ipython.org), [NumPy](http://numpy.org), [Pandas](http://pandas.pydata.org), [Matplotlib](http://matplotlib.org), [Scikit-Learn](http://scikit-learn.org), and related packages.
1221
Familiarity with Python as a language is assumed; if you need a quick introduction to the language itself, see the free companion project,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /