conda.el icon indicating copy to clipboard operation
conda.el copied to clipboard

When python-shell-interpreter is set to "jupyter", conda is unable to change the environment of the interpreter.

Open zhenhua-wang opened this issue 2 years ago • 4 comments

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")

zhenhua-wang avatar Nov 05 '22 07:11 zhenhua-wang