From 40935b60a1993758dc4b333a1e3a477742701a11 Mon Sep 17 00:00:00 2001 From: ROSPARS Benoit <benoit.rospars@inria.fr> Date: Thu, 5 Dec 2019 14:07:53 +0100 Subject: [PATCH] Fix json --- notebooks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks.json b/notebooks.json index 043450f..3500a2a 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/blob/master/", "notebooks": [ "notebooks/01_tabular_data_exploration.ipynb", "notebooks/02_basic_preprocessing.ipynb", -- GitLab