From 0e3f7d151f1413336cb8ad9d1e44d4dcd5093d9e Mon Sep 17 00:00:00 2001 From: dc97a6904245e0d07c1302ee90fceec3 Date: Wed, 18 Jun 2025 16:43:39 +0000 Subject: [PATCH] Update Readme.md --- journal/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal/Readme.md b/journal/Readme.md index 4977bf7..79ebc0d 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -38,7 +38,7 @@ In this MOOC on reproducible research, I am learning how to use **Jupyter Notebo - **GitLab** is a web-based platform for **version control** and **collaboration**. It allows us to track changes in our code or notebooks, share with others, and maintain a reproducible research history. -During the course, GitLab hosts the exercises, data, and instructions, while Jupyter is used to interactively write code and analyze data. We often clone GitLab repositories into our Jupyter environment, modify files or write analysis code, and then commit our changes back to GitLab to track our progress and collaborate effectively. +During the course, GitLab hosts the exercises, data, and instructions, while Jupyter is used to interactively write code and analyze data. ## Data analysis with Python (from module 1 exercises) -- 2.18.1