I have anaconda python 2.7 installed on my windows and I recently created a new environment for python 3.5 (using conda create -n py35 python=3.5
).
When I activate py35
and run jupyter notebook
, it doesn't show py35 environment. It only has python root (py27).
How can I use this environment by jupyter ?