pepprseed / datadraw-examples

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

Home Page:http://datadraw.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://datadraw.org

License:MIT License


Languages

Language:Python 96.2%Language:CSS 3.8%