From 546338862a9fdd2281baf0cfb21f4d0672ce9905 Mon Sep 17 00:00:00 2001 From: "Brummans, Nick" <nick.brummans@wur.nl> Date: Fri, 1 Apr 2022 08:56:18 +0000 Subject: [PATCH] Update ETL.ipynb --- ETL.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETL.ipynb b/ETL.ipynb index ceb0243..081de7d 100644 --- a/ETL.ipynb +++ b/ETL.ipynb @@ -6,7 +6,7 @@ "# Setup\n", "\n", "For access to the data and introductions how to upload to storage account see: https://git.wur.nl/ai-ml-support-research/workshop-mlstudio-data \n", - \n, + "\n", "It is important to maintain a conda dependency file and/or MLstudio environment. \n", "Every user of the workspace will use their own compute instance, with conda files and environments it is easy to install dependencies on these different compute instances.\n", "For each conda environment we can setup a kernel so the notebook will use this environment.\n", -- GitLab