Plotly Express in JupyterLab output only very slim segment of the graph

when trying to reproduce the standard plotly docs in Jupyter lab, the graph output is very odd. Anyone have any advice

Hi @luke12 Welcome to the forums.

This looks strange indeed.

Try updating the figure height by

fig.update_layout({"height": 500})