anaconda / nb_conda

Conda environment and package access extension from within Jupyter
BSD 3-Clause "New" or "Revised" License
140 stars 32 forks source link

Conda tab raising errors following conda update #78

Open GPhilo opened 6 years ago

GPhilo commented 6 years ago

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 commented 6 years ago

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