Skip to content

Plotly figure cropped with JupyterLab 4.0.0a30 #13227

Closed
@jtpio

Description

@jtpio

Description

Reporting here since this is an issue with JupyterLab 4 but not with 3:

4.0.0a30

image

3.4.7

image

Reproduce

  1. pip install plotly pandas
  2. Open JupyterLab
  3. 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

Metadata

Metadata

Assignees

Labels

bugtag:RegressionBehavior that had been broken, was fixed, and is broken againtag:Virtual RenderingLazy and virtual rendering of notebook issues and PRs

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions