Hi, py311-plotly installed and python run code but jupyterlab can't display plots because jupyter-plotly ext is neededWouldn't the python plotly module 'py311-plotly' work with jupyterlab?
jupyter labextension install jupyterlab-plotly
import plotly.io as pio
pio.renderers.default = 'iframe'
(Deprecated) Installing extensions with the jupyter labextension install command is now deprecated and will be removed in a future major version of JupyterLab.
Users should manage prebuilt extensions with package managers like pip and conda, and extension authors are encouraged to distribute their extensions as prebuilt packages