From fef3383b51c09c86eeba24e933b532203f9cb522 Mon Sep 17 00:00:00 2001
From: ROSPARS Benoit <benoit.rospars@inria.fr>
Date: Thu, 5 Dec 2019 15:41:55 +0100
Subject: [PATCH] Fix to download raw instead of html

---
 notebooks.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks.json b/notebooks.json
index 3500a2a..97a24d3 100644
--- a/notebooks.json
+++ b/notebooks.json
@@ -1,5 +1,5 @@
 {
-    "baseUrl": "https://github.com/lesteve/scikit-learn-tutorial/blob/master/",
+    "baseUrl": "https://github.com/lesteve/scikit-learn-tutorial/raw/master/",
     "notebooks": [
       "notebooks/01_tabular_data_exploration.ipynb",
       "notebooks/02_basic_preprocessing.ipynb",
-- 
GitLab