I keep getting the error message about syntax error. The file is easily downloadable if I use the url in the browser, but I cannot manage to get the data for learning through jupyter by writing the code. Would be good if somebody could help me to solve this issue. Thank you.
import urllib.request
url = "https://www.cs.cmu.edu/~./enron/enron_mail_20150507.tar.gz"`
urllib.request.urlretrieve(url,
filename="C:\Users\SnajderovaM\Documents\Training\Udacitynanodegree\Machinelearning\emails\enron_mail_20150507.tar.gz")