To run the unit tests:
pip install -e .
pip install -r tests/test_requirements
pytest
Inspiration for this plugin came from Vincent Warmerdam's justcharts
@facelessuser 's excellent https://facelessuser.github.io/pymdown-extensions library and documentation helped making this plugin a lot easier.
And obviously vega-lite is an amazing library for declaritive visualizations.