From 57885aaa532b0ce1be0b391a7bd38f655da6c652 Mon Sep 17 00:00:00 2001 From: 43800f9eebbeb989c35b6b37774edfea <43800f9eebbeb989c35b6b37774edfea@app-learninglab.inria.fr> Date: Mon, 16 Jun 2025 12:28:06 +0000 Subject: [PATCH] testing development --- module2/exo1/my-test-notebook.ipynb | 7 +++++++ module2/exo1/toy_notebook_fr.ipynb | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/module2/exo1/my-test-notebook.ipynb b/module2/exo1/my-test-notebook.ipynb index 790a4c5..c7b469f 100644 --- a/module2/exo1/my-test-notebook.ipynb +++ b/module2/exo1/my-test-notebook.ipynb @@ -7,6 +7,13 @@ "# Testing" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "using some testing to determine some facts..." + ] + }, { "cell_type": "code", "execution_count": null, diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 195e93b..8034a68 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -7,6 +7,13 @@ "# Title" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "testing" + ] + }, { "cell_type": "code", "execution_count": 1, -- 2.18.1