Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 347 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 347 Bytes

Advanced statistics labs

how to ...

Install Anaconda

In terminal run

conda create --name=statistics-env python=2
source activate statistics-env
pip install -r requirements.txt
ipython notebook

Go to http://localhost:8888/ and enjoy the ride!