Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 807 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 807 Bytes

chartlets

Backend CI workflow PyPI Version Code style: black

Chartlets is a software framework that allows websites developed with React to be extended by server-side widgets programmed in Python or other programming languages.

This is the Python backend library of the framework.

For details refer to the documentation.

Run demo server

mamba env create
conda activate chartlets
python -m chartlets.demo.server