Skip to content

Demo

Chartlets provides a simple demo that serves as a reference for the framework usage and testbed for its features.

git clone https://github.com/bcdev/chartlets.git

Run the server

cd chartlets/chartlets.py
conda env create
conda activate chartlets
pip install -ve . 
python -m chartlets.demo.server

Run the UI

cd ../chartlets.js
npm install
npm run dev