Skip to content

This is the repository shared by Tay, Disi, and Hong for Homework 2 within the class Stat 157, Fall 2013

Notifications You must be signed in to change notification settings

GalaxyNight-day/HW2-Stat157

 
 

Repository files navigation

HW2-Stat157

This is the repository shared by Sam, Tay, Disi, and Hong for Homework 2 within the class Stat 157, Fall 2013.

===========

#Before you run the iPython notebook

Before you run iPython notebook, you must install & update packages. This can be done by inputting the following commands to your systems terminal after you command vagrant ssh. These install the proper items for this assignment

sudo pip install python-dateutil --upgrade
sudo easy_install --upgrade pytz
sudo apt-get build-dep python-lxml
sudo easy_install --upgrade scipy
sudo easy_install --upgrade matplotlib
sudo easy_install --upgrade statsmodels
sudo apt-get install libgeos-3.3.3 python-mpltoolkits.basemap python-mpltoolkits.basemap-data python-mpltoolkits.basemap-doc

Then run the notebook from your machine with this command:

ipython notebook --no-browser --ip=0.0.0.0 --script --pylab=inline

After which you can access the iPython notebook by inputting http://127.0.0.1:7777/ into the browser on your local machine

About

This is the repository shared by Tay, Disi, and Hong for Homework 2 within the class Stat 157, Fall 2013

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%