-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
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
Cannot change conda environment when excuting command line in notebook #14947
Comments
Please could you enable logging as follows:
|
Sorry for delay
|
How are you connecting to this remote Jupyter server? |
@DonJayamanne , I am using ssh connection by remote extension in vs code. |
Maybe you need the extension version. |
Closing as a duplicate of #10707 (upstream issue microsoft/vscode-remote-release#1671) |
Environment data
Expected behaviour
use another conda environment to excute a py file in command line
Actual behaviour
still in a current notebook environment.
Steps to reproduce:
/home/user3/.conda/envs/jupyterbug/bin/python
which is not expected./home/user3/.conda/envs/jupyterbugexcute/bin/python
which is expected
Result is
C:\ProgramData\anaconda3\envs\jupyterbugexcute\python.exe
which is expected.The text was updated successfully, but these errors were encountered: