Closed
Description
Description
Reporting here since this is an issue with JupyterLab 4 but not with 3:
4.0.0a30
3.4.7
Reproduce
pip install plotly pandas
- Open JupyterLab
- Run a cell with the following content:
import plotly.express as px
fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16])
fig.show()
Expected behavior
The figure should be displayed correctly.
Context
- Operating System and version: Fedora 36
- Browser and version: Firefox 105
- JupyterLab version: 4.0.0a30
cc @fcollonval who might know if that could be related to the virtual notebook changes