conda.el
conda.el copied to clipboard
When python-shell-interpreter is set to "jupyter", conda is unable to change the environment of the interpreter.
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")