We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refs: https://github.com/microsoft/vscode-jupyter/issues?q=is%3Aissue+label%3Akernel-issues+milestone%3A%22September+2021%22+is%3Aclosed
Complexity: 4
Create Issue
There's been a bunch of work to get kernels to load correctly.
Steps
python.insidersChannel
python -m venv mytestEnv
import sys print(sys.executable)
Verify you get a path that prints out that matches the mytestEnv.
The text was updated successfully, but these errors were encountered:
/cc @IanMatthewHuff
Sorry, something went wrong.
Wait for python insiders to download
Just FYI for other testers: you need to do something to cause the python extension to activate for this to happen.
Another note: looks like you need to have python 3 installed, not 2.7.
No branches or pull requests
Refs: https://github.com/microsoft/vscode-jupyter/issues?q=is%3Aissue+label%3Akernel-issues+milestone%3A%22September+2021%22+is%3Aclosed
Complexity: 4
Create Issue
Create Issue
There's been a bunch of work to get kernels to load correctly.
Steps
python.insidersChannel
python -m venv mytestEnv
Verify you get a path that prints out that matches the mytestEnv.
The text was updated successfully, but these errors were encountered: