-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
https://dash.plotly.com/reference
Definition of external environment variable export DASH_DEBUG=True
does not trigger debugging mode. It appears that it must be set within:
f __name__=='__main__':
app.run_server(host='localhost', debug=True)
I have the latest dash. You can try to reproduce the issue by removing debug=True
from code of your favorite app and defining DASH_DEBUG
via export
.
Metadata
Metadata
Assignees
Labels
No labels