Skip to content

collection of examples / demos for python 'datadraw' package, organized as a flask app

License

Notifications You must be signed in to change notification settings

pepprseed/datadraw-examples

Repository files navigation

This is a flask app to demonstrate running datadraw examples 
dynamically in flask web framework.    http://datadraw.org


Required: python 3.6 or higher.  Suppose you have python 3.9:

python3.9 -m venv venv

source ./venv/bin/activate

pip install -r requirements.txt

python app.py

Then in your web browser go to your machine's port 5000