I am using Windows 10. I have anaconda2 64bit installed. I have been using python 2.7. In my C drive, I see a folder for Python27 and one for Python34. I see a python executable in the Python27 folder but not in the Python34 folder. if I run
where anaconda
in DOS I get
C:\ProgramData\Anaconda2\Scripts\anaconda.exe
and in that directory, I also see a python.exe file. I tried the following in Windows Powershell
conda create -n ipykernel_py3 python=3 ipykernel
activate ipykernel_py3
python -m ipykernel install --user
and then I restarted ipython notebook. I don't see a version of python 3 when I use the pulldown "new" button on the ipython notebook gui (on the right hand side). Can anyone say what is wrong? I was following http://ipython.readthedocs.io/en/stable/install/kernel_install.html Thank you.