From d0307586047dbf00d4bbc77ed177386ffb17884c Mon Sep 17 00:00:00 2001 From: 8d53fc3d1862140011f63ba5f84a5830 <8d53fc3d1862140011f63ba5f84a5830@app-learninglab.inria.fr> Date: Fri, 10 Apr 2020 10:48:59 +0000 Subject: [PATCH] commit two files test --- module2/exo1/speel_schrijfboekje.html | 4 ++-- module2/exo1/speel_schrijfboekje.ipynb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module2/exo1/speel_schrijfboekje.html b/module2/exo1/speel_schrijfboekje.html index cf4faee..c8a7f23 100644 --- a/module2/exo1/speel_schrijfboekje.html +++ b/module2/exo1/speel_schrijfboekje.html @@ -13225,7 +13225,7 @@ div#notebook {
import os
@@ -13243,7 +13243,7 @@ div#notebook {
- Out[4]:
+ Out[5]:
diff --git a/module2/exo1/speel_schrijfboekje.ipynb b/module2/exo1/speel_schrijfboekje.ipynb
index 6e83657..0115cd2 100644
--- a/module2/exo1/speel_schrijfboekje.ipynb
+++ b/module2/exo1/speel_schrijfboekje.ipynb
@@ -103,7 +103,7 @@
},
{
"cell_type": "code",
- "execution_count": 5,
+ "execution_count": 6,
"metadata": {},
"outputs": [
{
@@ -112,13 +112,13 @@
"0"
]
},
- "execution_count": 5,
+ "execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
- "import os\n",
+ "import os \n",
"\n",
"os.system('jupyter nbconvert --to html speel_schrijfboekje.ipynb')"
]
--
2.18.1