I am encountering an error while running import plotly within VS Code Notebook. While when I run the same command within python file it runs perfectly.
The error which appears when I run within the VS Code notebook as follows:
ModuleNotFoundError: No module named ‘plotly’
I tried to uninstall plotly and install it again, re-install python and uninstall anaconda environment.
I want import plotly in notebook without problems.