Search code examples
pythonplotlyplotly-python

ModuleNotFoundError: No module named 'plotly.graph_objects'


Trying to use 'plotly.graph_objects' but I get this error

ModuleNotFoundError: No module named 'plotly.graph_objects'

How do I download module and apply using anaconda navigator


Solution

  • You should use instead:

    from plotly import graph_objs as go