This repo creates a pdf with a data table, static images and plots using the pdf-reports python library.
Steps:
- Create a venv:
python3 -m venv .venv
- Activate it:
source .venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Render the PDF:
python3 render.py
References: