stat157 / questionnaire

Stat 157 Questionnaire Data Wrangling
1 stars 23 forks source link

Installing SciPy/Matplotlib/etc Stack #41

Open krstnkngs opened 10 years ago

krstnkngs commented 10 years ago

Mac and Linux Users: http://www.scipy.org/install.html

aculich commented 10 years ago

For installing on VirtualBox which runs the Ubuntu flavor of Linux, this is all that you need to do to install the software you need:

sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose

To use the visualization tools from this stack when you run the IPython Notebook you can run:

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