@dancosta We've released versions of `nb_conda`, `nb_conda_kernels` and `nb_anacondacloud` through the official Anaconda conda repos that should resolve the issues you are seeing! @michaelpacer sorry for the delay!
```shell
conda update nb_conda nb_conda_kernels nb_anacondacloud
```
As-installed kernel names that are eligible for being `default` (e.g. `python2`, `python3`, `ir`, etc.) will be maintained unmodified, so they should always appear there.
The downside is as many as three options for the current env, i.e. if you are in root, you will see _Python 2_ and _Python [root]_ and _Python [default]_, you can now reproducibly capture which environment your kernel should run against.
meta:
https://github.com/Anaconda-Platform/anaconda-nb-extensions/issues/166