Almenon / Almenon/AREPL-vscode

[Feature] Plotly Support

Open
#525 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
301
Forks
46
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
The current code opens a new browser tab
```python
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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.