From 4aee21047ed8374d9b4a0e819b86c8dad725b94d Mon Sep 17 00:00:00 2001 From: dd1aaa0e91ea6a51b8467c838da8832b Date: Wed, 8 Apr 2020 17:12:02 +0000 Subject: [PATCH] test 2*2 --- module2/exo1/toy_notebook_fr.ipynb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0b7ac1b..39b7320 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -6,6 +6,26 @@ "source": [ "#Test" ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "4" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "2*2" + ] } ], "metadata": { -- 2.18.1