To get the data for the jupyter notebook:
- https://osf.io/tdr9p/ - analyzing pull request titles to osf.io
- Copy output.csv into this directory
Or, run python get_pr_data.py
in your terminal
To run this notebook:
- Activate a python2 virtual environment in a terminal
- install requirements with
pip install -r requirements.txt
- Make sure "output.csv" file is in this directory.
- Run a jupyter notebook server with
jupyter notebook