Hacker News new | ask | show | jobs
by montmorencie 1833 days ago
Depends. If you want to check something quickly, show it to few people and forget about it - Tableau, Power BI or even just Plotly in Jupyter will do.

If you want a big app, with a lot of functionalities, exploring data from many different angles, used by a lot of people etc - go for Shiny(if you are using R) or Dash(if you are using Python). You can easily put Dash in Flask or even Django if you want to build even more advanced web apps.

1 comments

K thanks - Dash sounds like the way forward. I’ll take a look into it today.