Skip to content

[Feature] Plotly Support #525

@Eptagone

Description

@Eptagone

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions