Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 376 Bytes

Python for Data Science Cleanup Talk (Datagiri Meetup (6th May 2017)

Required Packages

  • python 2.7.10
  • jupyter
  • pandas
  • numpy
  • matplotlib
  • sklearn

How to Run

# 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