Open krstnkngs opened 11 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
Mac and Linux Users: http://www.scipy.org/install.html