From 46b0aa406a447f9824b490a3934eeb6a0b89ec1c Mon Sep 17 00:00:00 2001
From: guiwitz <guiwitz@users.noreply.github.com>
Date: Wed, 9 Mar 2022 23:45:24 +0100
Subject: [PATCH] add chapter number

---
 01-Python_essentials.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/01-Python_essentials.ipynb b/01-Python_essentials.ipynb
index fac1c24..d097f83 100644
--- a/01-Python_essentials.ipynb
+++ b/01-Python_essentials.ipynb
@@ -5,7 +5,7 @@
    "id": "66ce7a2d-ac19-4dbf-9690-e6ccfe41b4cf",
    "metadata": {},
    "source": [
-    "# Python and notebook basics\n",
+    "# 1. Python and notebook basics\n",
     "\n",
     "In this first chapter, we will cover the very essentials of Python and notebooks such as creating a variable, importing packages, using functions, seeing how variables behave in the notebook etc. We will see more details on some of these topics, but this very short introduction will then allow us to quickly dive into more applied and image processing specific topics without having to go through a full Python introduction."
    ]
-- 
GitLab