Skip to content

Commit 5d8195c

Browse files
committed
Add contents
2 parents 6dbd64e + c5c1c40 commit 5d8195c

File tree

4 files changed

+371
-330
lines changed

4 files changed

+371
-330
lines changed

.gitignore/.gitignore renamed to .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ ENV/
106106

107107
# pytest
108108
.pytest_cache/
109+
110+
111+
.DS_Store

00_Setup.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"- Jupyterlab (recommended)\n",
3232
"- Docker\n",
3333
"- hypothesis\n",
34+
"- pipenv\n",
3435
"\n",
3536
"Please follow the instructions below to get these software installed.\n",
3637
"\n",
@@ -468,7 +469,7 @@
468469
"name": "python",
469470
"nbconvert_exporter": "python",
470471
"pygments_lexer": "ipython3",
471-
"version": "3.6.5"
472+
"version": "3.6.6"
472473
}
473474
},
474475
"nbformat": 4,

0 commit comments

Comments
 (0)