Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 820 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 820 Bytes

Chartflo notebooks

Demo notebooks and generator example for django-chartflo

Online notebooks

To run online click the badge:

Binder

Generator example

To install the example: clone, pip install -r requirements.txt and go to the demo folder to run the server. Create a superuser, login to the admin and go to /dashboards/inflation/.

Offline Django notebooks

To run the offline notebooks inside the Django environnement install django-extensions and run:

python3 manage.py shell_plus --notebook

To run the generator:

python3 manage.py gen inflation