nb_conda
nb_conda copied to clipboard
Conda tab raising errors following conda update
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
.
Ah, I see now that there is already a PR for a fix: https://github.com/Anaconda-Platform/nb_conda/pull/75