Skip to content

Plotly Import error migration to chart_studio #13

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! :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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