RSE-Sheffield / team-python

Notes and Issues for Team Python
4 stars 0 forks source link

dashboards #14

Open EdwinB12 opened 1 year ago

EdwinB12 commented 1 year ago

What tools and practical considerations have to go into creating a data dashboard?

ns-rse commented 1 year ago

I've used Panel for creating dashboards in Python in the past.

EdwinB12 commented 1 year ago

Ever used Dash? Being closely linked to plotly is appealing. I keep wanting to give it a go but never find time.

bobturneruk commented 1 year ago

I've seen this used https://github.com/voila-dashboards/voila

I guess Shiny for Python, particularly with pyodide is looking really attractive right now.

ns-rse commented 1 year ago

Project I work on intermittently has used Svelte and Pyodide to make a swish web-based GUI instead of running a JupyterLite notebook in the browser, see example site.