Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 542 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 542 Bytes

Contributing guide

To run the unit tests:

pip install -e .
pip install -r tests/test_requirements
pytest

Credits

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.