Hi Caleb, this line of code here does the download. urllib.request.urlretrieve(download_url,’./’+link[link.find(‘/turnstile_’)+1:])
It should download to your working directory folder. If you are not sure from what working directory you open up jupyter notebook in, open up your terminal and type “pwd” to determine the location.