- python 2.7.10
- jupyter
- pandas
- numpy
- matplotlib
- sklearn
# cd repo
# install the required packages
# you can setup a virtualenv or a conda environment if you like
$ pip install -r requirements.txt
# run the notebook server
$ jupyter notebook
# cd repo
# install the required packages
# you can setup a virtualenv or a conda environment if you like
$ pip install -r requirements.txt
# run the notebook server
$ jupyter notebook