There was an error while loading. Please reload this page.
1 parent 8817b3e commit 2d7e834Copy full SHA for 2d7e834
.gitignore
@@ -8,7 +8,10 @@ venv*
8
__pycache__
9
.ipynb_checkpoints
10
11
+## Project
12
+data
13
14
# files
15
16
+## Mac OS
17
.DS_Store
Lesson 4.ipynb
@@ -207,7 +207,16 @@
207
},
208
{
209
"cell_type": "code",
210
- "execution_count": 4,
+ "execution_count": 1,
211
+ "metadata": {},
212
+ "outputs": [],
213
+ "source": [
214
+ "!mkdir -p data"
215
+ ]
216
+ },
217
+ {
218
+ "cell_type": "code",
219
+ "execution_count": 2,
220
"metadata": {},
221
"outputs": [],
222
"source": [
data/.gitkeep
0 commit comments