Problem
The Jupyter-scatter implementation of plots is sometimes not shown in VS Code. These scatter plots are used in the UELer GUI, specifically within the Chart plugin. This intermittently affects users who rely on VS Code's built-in Jupyter support when visualizing scatter plots generated through the Jupyter notebooks in the UELer project.
Steps to Reproduce
- Open a Jupyter notebook in VS Code.
- Initiate UELer.
- Display a scatter plot using the
Chart plugin, which depends on Jupyter-scatter.
- Observe whether the plot appears as expected. The issue is intermittent, but when it occurs, no scatter plots can be displayed, resulting in a major issue.
Expected Behavior
Scatter plots should reliably show up in VS Code when using the Jupyter-scatter implementation via the Chart plugin.
Actual Behavior
Sometimes the plots do not appear at all. When this happens, no further scatter plots can be displayed.
Environment
- VS Code (1.108.0-insider)
- Jupyter extension for VS Code
- UELer (GitHub commit
1e3aadc)
Problem
The Jupyter-scatter implementation of plots is sometimes not shown in VS Code. These scatter plots are used in the UELer GUI, specifically within the
Chartplugin. This intermittently affects users who rely on VS Code's built-in Jupyter support when visualizing scatter plots generated through the Jupyter notebooks in the UELer project.Steps to Reproduce
Chartplugin, which depends on Jupyter-scatter.Expected Behavior
Scatter plots should reliably show up in VS Code when using the Jupyter-scatter implementation via the
Chartplugin.Actual Behavior
Sometimes the plots do not appear at all. When this happens, no further scatter plots can be displayed.
Environment
1e3aadc)