Hey there I am relatively new to python. I have a hw assignment and it requires me to use an initial import of (import plotly.express as px). When I run the code it returns to me this (module 'pandas' has no attribute 'Panel'). I am using jupyter lab and I have been told that it has a lot of issues with plotly. I have also tried using jupyter notebook but still the same error. Some of my download versions include: Python-dotenv : 0.16.0 Python : 3.7.9 Nb_conda : 2.2.1 Nodejs : 14.8.0 Npm : 6.14.7 Holoviz : 0.11.3 Plotly : 4.14.3 Pandas : 1.2.4
Please let me know if you have any solutions to this problem. Thanks
import plotly.express as pxbut a line of functional codeimport plotly.express as px) work well when run in Python interpreter from command line?