Almenon / Almenon/AREPL-vscode
[Feature] Plotly Support
Open
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
Assessment
This issue has not been assessed yet.