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
~/Documents/flask-dash-app(master*) » python app/dash/demo.py
Traceback (most recent call last):
File "app/dash/demo.py", line 1, in <module>
from .dash import Dash
ImportError: attempted relative import with no known parent package
How do I go about running the individual dash apps independently?
The text was updated successfully, but these errors were encountered:
I'd like to work on the individual dash apps locally, outside the container. It seems like you had that in mind when you added these lines:
flask-dash-app/app/dash/iris_kmeans.py
Lines 139 to 143 in 575c385
However, I'm running into an error:
How do I go about running the individual dash apps independently?
The text was updated successfully, but these errors were encountered: