Wednesday, October 19, 2016

Installing Python Pandas and Ipython on Debian Jessie

sudo apt install ipython-notebook python-pandas python-numpy python-tornado python-jinja2 python-matplotlib

ipython notebook --pylab inline


(or for the python 3 versions:)

sudo apt install ipython3-notebook python3-pandas python3-numpy python3-tornado python3-jinja2 python3-matplotlib

ipython3 notebook --pylab inline

No comments:

Post a Comment