Jupyter notebook to parse bulk FEC data.
The visualization uses output from process.ipynb
but there's a more basic example in explore.ipynb
. Both rely on a method in download_data.py
To easily run this locally, make sure you have docker installed and then from this directory run:
docker run -it --rm -v $PWD:/home/jovyan/work --rm -p 8888:8888 jupyter/datascience-notebook start-notebook.sh --NotebookApp.token=''
If you have yarn
you can also just run yarn jupyter
.
Next navigate to a notebook on http://localhost:8888, like this explore.ipynb
Warning: This isn't secure, in the real world you should not run a server with a blank token.