I tried to run a simple plotly example code in a jupyterlab and I keep getting a blank object.
import plotly.graph_objects as go
fig = go.Figure(data=go.Bar(y=[2, 3, 1]))
fig
btw, when I execute âfig.write_html(âfirst_figure.htmlâ, auto_open=True)â the plot shows up correctly in a separate browser window!
But of course I would like to have the plot in the jupyterlab.
jupyter-voila/jupyterlab-preview v0.1.3 enabled ok
jupyter-widgets/jupyterlab-manager v1.1.0 enabled ok
jupyterlab/plotly-extension v1.0.0 enabled ok
jupyterlab-dash v0.1.0-alpha.3 enabled ok
jupyterlab-plotly v1.5.2 enabled ok
plotlywidget v1.5.2 enabled ok
Hi @foraly, could you please try to remove the jupyterlab/plotly-extension which is deprecated? There might be a conflict here⌠If this does not work, can you please open the console of your browser to see if any error messages are displayed when a blank figure is rendered?