Skip to content

Commit d18be00

Browse files
committed
Add starter code flag
1 parent 2148675 commit d18be00

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

notebooks/lab-8/sl-tpl-ml-part-1.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
"In Part 1 of this lab, we'll start with a variation on a problem that we promised you on the first day of class: the Netflix Recommendation Algorithm. Then, we hope you'll take some time to become more familiar with the tools provided by Python's standard library. We want you to gain practice with the most common utilities of the standard library and also to be aware of the rest of the tools in case you ever need them."
3333
]
3434
},
35+
{
36+
"cell_type": "markdown",
37+
"metadata": {},
38+
"source": [
39+
"## Starter Code\n",
40+
"Download the starter code for this lab [here](https://stanfordpython.com/res/starter-code/lab-8.zip). Unzip those files and place them into the same directory as this lab file."
41+
]
42+
},
3543
{
3644
"cell_type": "markdown",
3745
"metadata": {},

0 commit comments

Comments
 (0)