Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 807 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 807 Bytes

Data Science Tutorials

Data Science tutorials authored by me (Srikar Kashyap Pulipaka). Will be updated as I create them/learn them!

Local Installation

  • These IPython kernels can be run locally. Make sure you have Jupyter Notebooks installed. Anaconda should do. For more details on installing Anaconda, see (https://docs.anaconda.com/anaconda/install/)
  • All required datafiles are also included in this repo.

Steps to be followed

  • Clone this repository to your configured local machine.

    git clone https://github.com/SrikarKashyap/datascience-tutorials

  • Navigate to the cloned folder.

    cd datascience-tutorials

  • Fire up the Jupyter Notebook environment from the terminal.

    jupyter notebook

  • Open up any of the folders and click on the displayed ipynb file to open them!