wdecoster/methplotlib

problem with

sbecuwe opened this issue · 1 comments

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

Closed, since same issue as #45