nb_conda icon indicating copy to clipboard operation
nb_conda copied to clipboard

Conda tab raising errors following conda update

Open GPhilo opened this issue 6 years ago • 1 comments

Due to conda not being in PATH anymore, the Conda tab is raising errors in newly-created environments (See this issue for nb_conda_kernels for more details on what the change in conda was exactly and how it broke the package).

The fix, however, is simply to replace references to conda with the value of the environment variable CONDA_EXE.

GPhilo avatar Sep 06 '18 10:09 GPhilo

Ah, I see now that there is already a PR for a fix: https://github.com/Anaconda-Platform/nb_conda/pull/75

GPhilo avatar Sep 06 '18 10:09 GPhilo