A simple demo showing live filtering of a pandas dataframe using enaml-web.
Try the demo on heroku https://fast-reaches-98581.herokuapp.com/
Note: Heroku times out idle connections quickly. A real "app" should have a higher timeout and reconnect automatically.
All interaction is done on a single page through websockets.
To run localy
# make a virtual env
# then install
pip install pandas tornado enaml-web
# run
python main.py