Unable to Find Pipenv Virtual Environment in VSCode Jupyter Notebook #15564
Replies: 3 comments
-
Do you see the pipenv environment when using the command |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @DonJayamanne, Yes, the pipenv environment is shown when I search in
![]()
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as a duplicate of microsoft/vscode-python#23260 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue while using Jupyter Notebook within VSCode where I can't locate the Python virtual environment created by
pipenv
.When I run a Python script, the pipenv virtual environment is found without any problem. Currently, it seems that when selecting the Jupyter kernel, VSCode can successfully locate the base and conda-related virtual environments, but it fails to find the one created by
pipenv
.I've searched for relevant articles but haven't found a suitable solution. Has anyone experienced a similar situation and found a resolution? Any insights or solutions would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions