Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 670 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 670 Bytes

SMD Component search with pandas

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.

pandas-data-frame-web-view-in-python

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