Scientific: Add couple of new tools

Adds IDLE and pandas for both Python 2 and 3.
This commit is contained in:
Amit Saha 2014-11-16 08:32:58 +10:00
parent ddb2862b52
commit f56faabf5a
1 changed files with 4 additions and 0 deletions

View File

@ -48,14 +48,17 @@ ddd
valgrind valgrind
#python 2 tools/libraries not included from the groups #python 2 tools/libraries not included from the groups
python-tools
python-ipython python-ipython
python-ipython-console python-ipython-console
python-ipython-notebook python-ipython-notebook
sympy sympy
python-networkx python-networkx
python-pandas
#python 3 and tools/libraries not included from the groups #python 3 and tools/libraries not included from the groups
python3 python3
python3-tools
python3-matplotlib python3-matplotlib
python3-scipy python3-scipy
python3-numpy python3-numpy
@ -63,6 +66,7 @@ python3-ipython
python3-ipython-console python3-ipython-console
python3-ipython-notebook python3-ipython-notebook
python3-networkx python3-networkx
python3-pandas
# matplotlib backends # matplotlib backends
python-matplotlib-qt4 python-matplotlib-qt4