The annoying thing is that in your tensorflow
environment, you can run jupyter notebook
without installing jupyter
in that environment. Just run
(tensorflow) $ conda install jupyter
and the tensorflow
environment should now be visible in Jupyter Notebooks started in any of your conda
environments as something like Python [conda env:tensorflow]
.