Skip to content

Commit 974afaf

Browse files
committed
2 parents 32fae28 + 18377aa commit 974afaf

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

res/.DS_Store

0 Bytes
Binary file not shown.

res/assignments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"released": "2020-02-03 5:00:00 PM",
2828
"due": "2020-02-21 11:59:59 PM",
2929
"visible": true,
30-
"active": true
30+
"active": false
3131
},
3232
{
3333
"num": 3,

res/labs.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@
3333
"part2": "https://github.com/stanfordpython/python-labs/blob/master/notebooks/lab-6/lab6-part2-oop.ipynb",
3434
"solutions": "https://github.com/stanfordpython/python-labs/tree/master/solutions/lab-6",
3535
"visible": true,
36+
"active": false
37+
},
38+
{
39+
"week": 8,
40+
"topic": "Python Libraries and Machine Learning",
41+
"part1": "https://github.com/stanfordpython/python-labs/blob/master/notebooks/lab-8/sl-tpl-ml-part-1.ipynb",
42+
"part2": "#",
43+
"solutions": "#",
44+
"visible": true,
3645
"active": true
3746
}
3847
]

res/starter-code/lab-8.zip

469 KB
Binary file not shown.

0 commit comments

Comments
 (0)