posit-dev / streamlit-shiny-dash

21 stars 4 forks source link

Add Panel App #6

Closed MarcSkovMadsen closed 9 months ago

MarcSkovMadsen commented 9 months ago

Answer to https://x.com/gshotwell/status/1730363405167718727?s=20

I would recommend

Consider describing the features that apps do support/ do not support. For example if it was a real Panel app I made I would add cross selections to the plots. Such that when you select a region in the scatter plot the lower one is automatically updated based on the selection. That is something the HoloViz ecosystem does really well while its much harder with Streamlit.

panel-nyc-taxi

MarcSkovMadsen commented 9 months ago

There is also another version of the app. One that is faster, has many more features and using another api that would make the app components much more reusable, testable, maintainable etc. when the app is growing or you have 10s, 100s or 1000s of apps to maintain. I could add it as panel-app-ext.py if there is an interest?