Skip to content

Plotly Import error migration to chart_studio #13

@Marcelpv96

Description

@Marcelpv96

Due to the migration of plotly to chart_studio, some errors happen:

ImportError:
The plotly.plotly module is deprecated,
please install the chart-studio package and use the
chart_studio.plotly module instead.

How to fix?

File chart.py line 18 change import plotly.plotly as py'for import chart_studio.plotly as py

File tools.py replace all plotly to chart_studio EXCEPT, pyo = plotly.offline

With that all seems to work fine! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions