From 9fbcd82c128997b14b45b330489e0fa1ea843c83 Mon Sep 17 00:00:00 2001 From: bellabf Date: Thu, 11 Sep 2025 18:37:43 +0200 Subject: [PATCH 1/2] update markdown cell to include explanation for class demonstration --- your-code/main.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/your-code/main.ipynb b/your-code/main.ipynb index de27676..fb74448 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -4,7 +4,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Words" + "## Words\n", + "\n", + "This is a simple change to show the class how it is done!" ] }, { From f8c4b39de715b73412878335aca3b31120fc19e4 Mon Sep 17 00:00:00 2001 From: bellabf Date: Thu, 11 Sep 2025 19:37:19 +0200 Subject: [PATCH 2/2] simple test --- your-code/main.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/your-code/main.ipynb b/your-code/main.ipynb index fb74448..a97aa12 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -6,7 +6,8 @@ "source": [ "## Words\n", "\n", - "This is a simple change to show the class how it is done!" + "This is a simple change to show the class how it is done!\n", + "test 2" ] }, {