Skip to content

ModuleNotFoundError: No module named 'plotly' #2039

@karthikGandiban

Description

@karthikGandiban

I am a beginner here , as part of my learning module which requires Plotly , i followed the standard method of using pip install plotly and pip install cufflinks - after successful installation when i call them on my jupyter note book , i am getting this error .

ModuleNotFoundError Traceback (most recent call last)
in ()
1 import pandas as pd
2 import numpy as np
----> 3 from plotly import version
4 print(verison)

ModuleNotFoundError: No module named 'plotly'

Tried few of the options mentioned like downgrading Plotly etc etc but of no use , request your support . sorry if the question is lame.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions