Dash Example Web App
This is an example web app made with Dash, which in turn uses Flask underneath.
Creating the web application
app.run_server(host='0.0.0.0', port=443)Creating an applet on DNAnexus
Creating the asset
pip install dash==0.39.0 # The core dash backend
pip install dash-html-components==0.14.0 # HTML components
pip install dash-core-components==0.44.0 # Supercharged components
pip install dash-table==3.6.0 # Interactive DataTable component
pip install dash-daq==0.1.0 # DAQ componentsUse the asset from the applet
Build the applet
Optional local testing
Last updated
Was this helpful?