Skip to content

Commit 3f73b36

Browse files
committed
Update tutorial number 5.
1 parent 14faf3a commit 3f73b36

File tree

5 files changed

+94
-268
lines changed

5 files changed

+94
-268
lines changed

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pytest==6.0.2
1212
pytest-cov==2.10.1
1313
pytest-xdist==2.1.0
1414
pytest-timeout==1.4.2
15-
scikit-learn==0.23.2
1615
cfn-lint==0.36.0
1716
cfn-flip==1.2.3
1817
twine==3.2.0

tutorials/001 - Introduction.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,13 @@
8989
"\n",
9090
"wr.__version__"
9191
]
92-
},
93-
{
94-
"cell_type": "code",
95-
"execution_count": null,
96-
"metadata": {},
97-
"outputs": [],
98-
"source": []
9992
}
10093
],
10194
"metadata": {
10295
"kernelspec": {
103-
"display_name": "conda_python3",
96+
"display_name": "Python 3",
10497
"language": "python",
105-
"name": "conda_python3"
98+
"name": "python3"
10699
},
107100
"language_info": {
108101
"codemirror_mode": {
@@ -114,7 +107,7 @@
114107
"name": "python",
115108
"nbconvert_exporter": "python",
116109
"pygments_lexer": "ipython3",
117-
"version": "3.6.10"
110+
"version": "3.6.11"
118111
}
119112
},
120113
"nbformat": 4,

0 commit comments

Comments
 (0)