From 6546a7cc884c8ef64f018c2babb5db42024d9706 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Tue, 28 Aug 2018 13:13:35 -0700 Subject: [PATCH] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e09c5d5..165a2b3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository contains the entire [Python Data Science Handbook](http://shop.o - Run the code using the Jupyter notebooks available in this repository's [notebooks](notebooks) directory. -- 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) +- Launch executable versions of these notebooks using [Google 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) - 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)