This (WIP) repository contains code for analyzing Polis conversation data in Jupyter notebooks.
We recommend installing pyenv to install python3. From there in the root of this directory:
- Create a virtual environment (it will be automatically ignored if it's called
analysis-env
)pyenv virtualenv ./analysis-env
- Activate the virtual environment
source analysis-venv/bin/activate
pip install -r requirements.txt
jupyter notebook
There are datasets included for convenience. Please note the CompDem open data repository on this Github account contains more examples.