forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
microsoft/vscode-jupyter
#16103Labels
area-replbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes/No
It's not possible to use this functionality without the MS Jupyter extension. And only the Insiders version is affected.
- VS Code Version: Insiders 1.93.0-insider (Universal)
- OS Version: MacOS Sonoma 14.5 (23F79)
Steps to Reproduce:
- Install VS Code Insiders
- Install Python and Jupyter extensions by Microsoft (the release ones)
- Create a
.pyfile with cell separators like# %%and some code inside a cell - Step into the cell
- Try to run the cell with shift+Enter like in the regular non-insiders version
- Instead of the "Interactive" window with the set environment (I use conda, install ipykernel into my env), like it works in the regular non-inseder version of vscode, it opens a "Python REPL" window and runs the current line instead of the entire cell. And the environment is something different, I can see it from the fact that it errors out on the line
import pandas as pdwithModuleNotFoundError: No module named 'pandas'although pandas is installed in the projects environment.
P.S. The keyboard shortcuts seem to be the same for shift+Enter when I look at them and compare in the regular vscode and in the insiders version.
Metadata
Metadata
Assignees
Labels
area-replbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded