From ac0c0cc3ef766af3bb9f78af87769af0b85f8e88 Mon Sep 17 00:00:00 2001 From: Luis San Martin Date: Thu, 31 May 2018 13:53:30 -0400 Subject: [PATCH 1/2] Launch jupyter notebooks on binder --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52f9be9e..cc62169d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # #100DaysOfCode with Python course +[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pathcl/100daysofcode-with-python-course.git/master) + [![Visit the course page](readme_resources/100days-course.png)](https://training.talkpython.fm/courses/explore_100days_in_python/100-days-of-code-in-python) From 79cdd87d0d022414b9b712e1975a7d2d2078bb86 Mon Sep 17 00:00:00 2001 From: Luis San Martin Date: Thu, 31 May 2018 13:55:07 -0400 Subject: [PATCH 2/2] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc62169d..f1d91096 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # #100DaysOfCode with Python course -[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pathcl/100daysofcode-with-python-course.git/master) +[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/talkpython/100daysofcode-with-python-course.git/master) [![Visit the course page](readme_resources/100days-course.png)](https://training.talkpython.fm/courses/explore_100days_in_python/100-days-of-code-in-python)