Run plotly in JupyterLab
October 24, 2023
1 pip uninstall plotly
2 jupyter labextension uninstall @jupyterlab/plotly-extension
3 jupyter labextension uninstall jupyterlab-plotly
4 jupyter labextension uninstall plotlywidget
5 jupyter labextension update --all
6 pip install plotly==5.17.0
7 pip install "jupyterlab>=3" "ipywidgets>=7.6"
8 pip install jupyter-dash
9 jupyter labextension list