You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo includes files to run the sample dash app described in the Domino Get Started with Dash documentation.
It includes two files:
app.py -- This is taken verbatim from the tutorial.
app.sh -- This is modified to set up a python venv, install the required dash packages, and run the app.py script using the venv python. This removes the need to create a custom environment to install Dash.