matplotlib-tutorial icon indicating copy to clipboard operation
matplotlib-tutorial copied to clipboard

Python v2.7 error in Earthquakes.py

Open jbosch-noaa opened this issue 9 years ago • 0 comments

We discovered in the SciPy Tutorial that the url line should be updated for people running Python V 2.7

import urllib2 and line #26 should be changed to:

url = urllib2.urlopen(feed + "4.5_month.csv")

Cheers! Jen

jbosch-noaa avatar Jul 12 '16 15:07 jbosch-noaa