From 9b91080ce9047b9e7c0d6220bde80bc1f7a29360 Mon Sep 17 00:00:00 2001
From: Theitzmann <tiagoheitzmann@gmail.com>
Date: Mon, 5 May 2025 15:31:08 -0300
Subject: [PATCH] docs: add Binder launch badge to README

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

diff --git a/README.md b/README.md
index 165a2b39d..dc9f94339 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 # Python Data Science Handbook
 
+[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Theitzmann/PythonDataScienceHandbook/HEAD)
+
+
 [![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)