-
-
Notifications
You must be signed in to change notification settings - Fork 407
Closed
Labels
type: bugSomething isn't correct or isn't workingSomething isn't correct or isn't working
Description
According to plotly/plotly.py#1476 (comment), plotly.py 3.8.0 broke the HoloViews backend.
FYI I believe this refactor broke holoviews integration (It imports plotly.offline.offline.utils, which has moved to _plotly_utils.utils).
It should just be a matter of changing plotly.offline.offline.utils
to plotly.offline.utils
. These double nested packages (offline.offline
) were an implementation detail that changed in the version 3.8 refactor.
I'll take a look soon...
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't correct or isn't workingSomething isn't correct or isn't working