owlas / reportgen

Simple API to build reproducible reports with matplotlib and pandas. Weaning off jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report generator

Just a toy to try to bulid an easy to use alternative to jupyter notebooks.

Objectives

  • Reproducible reports
  • One acton to create report
  • Scriptable and automated (can be built using CD)
  • Versioned reports
  • Simple API
  • Handles matplotlib and pandas natively

Requires

  • python
  • pdflatex

Build the report

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
make

About

Simple API to build reproducible reports with matplotlib and pandas. Weaning off jupyter

License:MIT License


Languages

Language:Python 66.0%Language:TeX 27.5%Language:Makefile 6.6%