The repository contains the code base for the lab sessions of Social Computing Summer School at IIIT-H, 2018.
All of the code runs on Python 3.
To run the notebook, first create a virtaul environment (if not created already) and activate it by running
$ virtualenv scenv
$ source scenv/bin/activate
Install the Python dependencies using requirements.txt file. To do so, run:
$ pip install -r requirements.txt
After the virtual environment is activated, start the Jupyter Notebook server using:
$ jupyter notebook