@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 -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/97fa2492-22cb-4c27-a631-e64f3ec33538%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
