Skip to content

Demo enaml web app app to search for SMD components using pandas

License

Notifications You must be signed in to change notification settings

MorganBennetDev/smd-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo enaml web app app to search for SMD components using pandas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.2%
  • JavaScript 40.5%
  • Procfile 0.3%