python

确定python的site-packages位置

from distutils.sysconfig import get_python_lib
print get_python_lib()

ipython

how to install ipython on unbuntu?

pip install ipython # to make the version newer
sudo apt-get install ipython

Jupyter notebook or IPython notebook

install sciPy

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