stat157 / recent-quakes

Stat 157 Homework 2 due on Monday 2013-10-21 at 11:59pm
0 stars 20 forks source link

Group 09, Reproducibility Issues - from Group 02 #29

Open lauraccunningham opened 10 years ago

lauraccunningham commented 10 years ago

How do I open iPython Notebook? Instructions not present. Code produces an error when run on my virtual machine:

Error 1: Can't find Cache file. Using online version and creating one instead.

Error 2: ALASKA -179.4843 50.0796 -130 69.1603 /usr/lib/pymodules/python2.7/mpl_toolkits/init.py:2: UserWarning: Module dap was already imported from None, but /usr/lib/python2.7/dist-packages is being added to sys.path import('pkg_resources').declare_namespace(name)

tristantao commented 10 years ago

The first one is not an error. It indicates that you don't have a local cache, so it reads the online version.

The 2nd one isn't an error either. It's a print out. try running the program a few times (instead of just once) and see if it improves.