Hacker News new | ask | show | jobs
by snthpy 2822 days ago
How does this compare to Dash by plotly and also Jupyter Dashboards?

At first glance the use cases seem different (applications vs dashboards) but they both provide widgets and GUI elements. Are there things that would be much simpler/quicker in one vs the other?

1 comments

correct, they seems different but you can achieve "same results" with both. dash is really powerful for look n feel and for plots. but I see it a bit confusional for callbacks and object oriented development. I never used it, so maybe I'm not the right person to ask for a comparison.
Thanks