Open tjd2002 opened 6 years ago
@mcg1969 @benbovy could you take a look?
(This also incorporates #74 to get tests passing again)
Added @voidworker's fix from #66, which handles new behavior of conda info --json
since 4.4
Hi @tjd2002 how is your fork doing?
Given this project doesn't seem maintained I was thinking about switching to your branch but maybe you faced new issues and no longer using nb_conda ?
Has there been any progress merging this in?
I would like to see this merged, but I don't use the conda tab anymore. (I think that Anaconda Navigator is the recommended way to manage conda envs if you need a GUI).
Note that you can still use conda kernels with Jupyter by installing the nb_conda_kernels package.
@mcg1969 Any interest in pushing this forward?
This repo seems to be quite soundly dead but there's an actively-developed fork at : https://github.com/fcollonval/jupyter_conda (Thanks @fcollonval)
Uses the $CONDA_EXE environment variable to find conda, rather than assuming it's on the path. Inspired by (and fixes the same problems as: https://github.com/Anaconda-Platform/nb_conda_kernels/pull/79 )
Also adds Travis testing for new- and old-style installs (borrowing from: https://github.com/Anaconda-Platform/nb_conda_kernels/pull/82 and https://github.com/Anaconda-Platform/nb_conda_kernels/pull/83)
Discussion of 4.4+ support across all nb extensions at: https://github.com/Anaconda-Platform/anaconda-nb-extensions/issues/168