jparyani / ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
http://ipython.org
6 stars 6 forks source link

get matplotlib.pyplot to work #11

Closed dwrensha closed 8 years ago

dwrensha commented 8 years ago

Currently, import matplotlib.pyplot as plt yields an error:

ImportError: libBLT.2.5.so.8.6: cannot open shared object file: No such file or directory,
please install the python-tk package

This patch includes the necessary shared objects in sandstorm-files.list, as generated by playing around with matplotlib in vagrant-spk dev.

This patch also adds installation of ipykernel to setup.sh -- a step that was necessary for me to be able to successfully build the VM.