-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Is your feature request related to a problem? Please describe.
The current code opens a new browser tab
import plotly.express as px
fig = px.line(x=[1, 2, 3], y=[1, 2, 3])
fig.show()Describe the solution you'd like
Show the figure inside vs code via AREPL instead of opening the browser
Env specs
python=3.13.11
plotly=6.5.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels