System details:
Positron and OS details:
Positron Version: 2025.02.0 (system setup) build 39
Code - OSS Version: 1.95.0
Commit: 968a8ac
Date: 2025-01-13T02:52:35.414Z
Electron: 32.2.1
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.26100
Interpreter details:
Python 3.10.10
Describe the issue:
This just started occurring on 1/14/2025. There seems to be some package dependency that updated, but we can't figure out which. It is similar to #4891
A simple python script to generate a plot using hvplot will only show if the script is executed line by line. It will not show if the entire file is sent to the console via the "run" button nor if you copy the entire block and past it in into the console.
Steps to reproduce the issue:
import hvplot.pandas
import pandas as pd
hvplot.extension('plotly')
pd.DataFrame(dict(x=[1,2,3], y=[4,5,6])).hvplot.scatter(x="x", y="y")
- Create a new venv
- Create new python file with above example code
- Click run button to "Run Python file in console"
- The plot does not display correctly.
- Copy entire contents of the file
- Paste into console and hit
enter to execute entire block
- The plot does not display correctly.
Only by executing line by line (using ctrl+enter) will get the plot to show
Expected or desired behavior:
Plot to show when executing entire file.
Were there any error messages in the UI, Output panel, or Developer Tools console?
vscode-app-1736882274763.log
QA Notes
See #5993 for disabled tests. Re-enable when this is resolved
System details:
Positron and OS details:
Positron Version: 2025.02.0 (system setup) build 39
Code - OSS Version: 1.95.0
Commit: 968a8ac
Date: 2025-01-13T02:52:35.414Z
Electron: 32.2.1
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.26100
Interpreter details:
Python 3.10.10
Describe the issue:
This just started occurring on 1/14/2025. There seems to be some package dependency that updated, but we can't figure out which. It is similar to #4891
A simple python script to generate a plot using hvplot will only show if the script is executed line by line. It will not show if the entire file is sent to the console via the "run" button nor if you copy the entire block and past it in into the console.
Steps to reproduce the issue:
enterto execute entire blockOnly by executing line by line (using
ctrl+enter) will get the plot to showExpected or desired behavior:
Plot to show when executing entire file.
Were there any error messages in the UI, Output panel, or Developer Tools console?
vscode-app-1736882274763.log
QA Notes
See #5993 for disabled tests. Re-enable when this is resolved