Install Party

Install Apps

Make sure you have all of the following programs installed.

NOTE Uninstall Anaconda 2 if you have it installed.

Install Extra Packages

Run this in your terminal:

pip install version_information arrow seaborn ujson

Check Package Versions


In [4]:
import numpy
import scipy
import matplotlib
import pandas
import statsmodels
import seaborn
import sklearn
import nltk

print("numpy:", numpy.__version__)
print("scipy:", scipy.__version__)
print("matplotlib:", matplotlib.__version__)
print("statsmodels:", statsmodels.__version__)
print("pandas:", pandas.__version__)
print("seaborn:", seaborn.__version__)
print("sklearn:", sklearn.__version__)
print("nltk:", nltk.__version__)


numpy: 1.10.4
scipy: 0.17.0
matplotlib: 1.5.1
statsmodels: 0.6.1
pandas: 0.17.1
seaborn: 0.7.0
sklearn: 0.17
nltk: 3.1

Download NLTK Data

Run this in terminal:

python -m nltk.downloader -d ~/nltk_data stopwords brown

If you have extra space on your computer download all of the nltk data:

python -m nltk.downloader -d ~/nltk_data all


In [4]:
%reload_ext version_information
%version_information


Out[4]:
SoftwareVersion
Python3.5.1 64bit [GCC 4.2.1 (Apple Inc. build 5577)]
IPython4.0.3
OSDarwin 15.0.0 x86_64 i386 64bit
Sun Mar 20 16:38:07 2016 EDT