Repository for scripts to evaluate public institutional investment data. These scripts are designed to be launched with binder so that other community members can run their own analyses without any additional setup.
- Interactive, UI-only: Launch the repo in binder and clone one of the example notebooks
- Interactive, CLI only:
- Fork + clone repo
- Run
setup/setup.sh
to set up the local conda environment- you may need to install the correct version of miniconda
- Start a local notebook suerver (
juypter notebook
)
You are welcome to contribute data and analysis results. Please make sure that you contribute cleared notebooks so version control capabilities work well. To clear a notebook, use Kernel -> Researt & Clear Output)
- UI-only:
- Download the notebook (Download -> ipynb)
- Upload the notebook using the GitHub UI (Upload Files, next to Clone or Download)
- CLI only: Follow the instructions on github - i.e.
- Create a new branch (e.g.
$ git checkout -b
) - Commit the new notebook (e.g.
$ git add
and$ git commit
) - Push and generate pull request
- Create a new branch (e.g.