In which conda environment is Jupyter executing?

RockScience picture RockScience · May 7, 2016 · Viewed 282.7k times · Source

I have jupyter/anaconda/python3.5.

  1. How can I know which conda environment is my jupyter notebook running on?

  2. How can I launch jupyter from a new conda environment?

Answer

ink picture ink · Mar 3, 2017

As mentioned in the comments, conda support for jupyter notebooks is needed to switch kernels. Seems like this support is now available through conda itself (rather than relying on pip). http://docs.continuum.io/anaconda/user-guide/tasks/use-jupyter-notebook-extensions/

conda install nb_conda

which brings three other handy extensions in addition to Notebook Conda Kernels.