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
I got following error running the example: AttributeError: module 'plotly' has no attribute 'subplots'
Adding import plotly.subplots to utils.py solved the problem.
I'm using plotly 5.13.0 and Python 3.8.3.
Kind regards
Stefan
The text was updated successfully, but these errors were encountered:
Hello
I got following error running the example:
AttributeError: module 'plotly' has no attribute 'subplots'
Adding
import plotly.subplots
to utils.py solved the problem.I'm using plotly 5.13.0 and Python 3.8.3.
Kind regards
Stefan
The text was updated successfully, but these errors were encountered: