From a6f9625c7b3f1de6819b7def844e19274e69f3ce Mon Sep 17 00:00:00 2001
From: Tejas Jain <36858630+jaintj95@users.noreply.github.com>
Date: Tue, 26 Jan 2021 11:33:03 +0530
Subject: [PATCH 1/2] Add badge to launch repo in Deepnote

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 165a2b39d..10f3b7547 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb)
 [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)
+[![Deepnote](https://deepnote.com/buttons/launch-in-deepnote-small.svg)](https://www.deepnote.com/launch?template=data-science&url=https://github.com/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)
 
 This repository contains the entire [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do), in the form of (free!) Jupyter notebooks.
 

From 1cce59434a2f7b5e58684eaab2e777ddfcb1a997 Mon Sep 17 00:00:00 2001
From: Tejas Jain <36858630+jaintj95@users.noreply.github.com>
Date: Wed, 27 Jan 2021 14:22:08 +0530
Subject: [PATCH 2/2] Add links to launch repo in Deepnote
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

As seen on Aurélien Geron's Hands-On ML repo (https://github.com/ageron/handson-ml2), I have added a link to launch the repo in Deepnote
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 10f3b7547..6156494cc 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ This repository contains the entire [Python Data Science Handbook](http://shop.o
 
 - 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)
 
+- Launch executable versions of these notebooks using [Deepnote](https://www.deepnote.com/): [![Deepnote](https://deepnote.com/buttons/launch-in-deepnote.svg)](https://www.deepnote.com/launch?template=data-science&url=https://github.com/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)
+
 - Buy the printed book through [O'Reilly Media](http://shop.oreilly.com/product/0636920034919.do)
 
 ## About