Last active
January 28, 2016 23:19
-
-
Save fernandojunior/77e017a650ec9fab5e63 to your computer and use it in GitHub Desktop.
Python science Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The SciPy Stack specification - http://www.scipy.org/stackspec.html#stackspec | |
NumPy>=1.6 | |
scipy>=0.10 | |
matplotlib>=1.1 | |
ipython>= 0.13 | |
pandas>=0.8 | |
sympy>= 0.7 | |
nose>= 1.1 | |
https://gist.github.com/fernandojunior/a1594dd583d0190d909e | |
http://pyside.readthedocs.org/en/latest/building/linux.html | |
http://stackoverflow.com/questions/7534453/matplotlib-does-not-show-my-drawings-although-i-call-pyplot-show | |
http://askubuntu.com/questions/578129/plotting-with-matplotlib-in-python-3-pylab-tkinter-and-qt-fontmanager-errors | |
http://www.scipy.org/install.html#linux-packages | |
sudo apt-get install python3-numpy python3-scipy python3-matplotlib ipython3 ipython3-notebook python3-pandas python3-nose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment