An example of using the Jupyter Notebook to structure a data analysis report.
- The main report is documented in Report.ipynb with links to other notebooks in various sections.
- All input data and output graphics are stored in the
data
folder. - Utility scripts used for plotting are in
utils.py
Python 3 + packages listed in requirements.txt
- Clone repository
- Install Python 3
- Install dependencies with
pip install -r requirements.txt
- Open up any notebook and run all cells