-
Notifications
You must be signed in to change notification settings - Fork 293
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
Disabling "Python-Terminal-Activate Environment" also disabled Data Science features #2220
Comments
Thank you for reporting this @xq114. I've been trying it and can't repro the issue. I can run conda on the terminal, open the interactive window, and notebooks. I can't read the error on the terminal you're sharing, but is it the "‘conda’ is not recognized as an internal or external command" error? If it is, did you add conda to your PATH? |
Thanks for comment. Actually I didn't add conda to my path since I have another python install on my computer and I don't want to mix them up. Moreover, In the picture 'conda activate base' is automatically inputted to my shell when the option Even though, I find it working when I select the option Note: to reproduce the issue, one may restart VS code after disabling the option. |
Looks like we are not activating correctly without the setting. We'll get to it shortly. |
Validated. Can run with this setting turned off. Will end up in our May release |
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
Actual behavior
The extension can't detect ipykernel, and keeps reporting "kernelspec not found"
Expected behavior
Data Science feature should always use the activated environment whether or not the setting item is enabled. From my perspective, I disabled the item for a better console experience(faster and more flexible), while not willing to see jupyter notebook feature disabled.
Your Jupyter and/or Python environment
Please provide as much info as you readily know
Developer Tools Console Output
not relevent
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: