-
Notifications
You must be signed in to change notification settings - Fork 51
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
When python-shell-interpreter is set to "jupyter", conda is unable to change the environment of the interpreter. #135
Comments
Can you show me the output of `which -a jupyter` in your terminal?
Zhenhua Wang ***@***.***> writes:
… Hi,
conda.el works very well when python-shell-interpreter is set to "python3". However, when using "jupyter" as
python-shell-interpreter , the jupyter console is still executed in the base environment even if I have called conda-env-activate.
Below are my configs for python shell interpreter
(setq python-shell-interpreter "jupyter"
python-shell-interpreter-args "console --simple-prompt"
python-shell-prompt-detect-failure-warning nil)
(add-to-list 'python-shell-completion-native-disabled-interpreters
"jupyter")
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
--
Rami Chowdhury
A mind all logic is like a knife all blade - it makes the hand bleed that uses it.
-- Rabindranath Tagore
|
I suspect you want to use the (setq pythonic-interpreter "jupyter") Note that If this doesn't work for you, please reopen and we can figure out how to do this! |
Thanks for your help! The variable I do find that Ipython console ( |
Hi,
conda.el
works very well when python-shell-interpreter is set to "python3". However, when using "jupyter" as python-shell-interpreter , the jupyter console is still executed in the base environment even if I have calledconda-env-activate
.Below are my configs for python shell interpreter
The text was updated successfully, but these errors were encountered: