Required software to run these tests yourself |
I am not saying older versions won't work, but these are what I used
print "Run This to see your config"
import IPython
print "ipython version %s" % IPython.__version__
import numpy
print "numpy version %s" % numpy.__version__
import scipy
print "scipy version %s" % scipy.__version__
import pandas
print "pandas version %s" % pandas.__version__
import sklearn
print "scikit-learn %s" % sklearn.__version__
import statsmodels
print "statsmodels %s" % statsmodels.__version__
import matplotlib
print "matplotlib %s" % matplotlib.__version__
import brewer2mpl
print "brewer2mpl %s" % brewer2mpl.__version__
mathjax, install like below
from IPython.external.mathjax import install_mathjax
install_mathjax()