EDITED
I'm very new to python and have a probably super basic question. I've installed Jupyter Notebook by installing anaconda which includes python 3 by default. Now I want to use an external toolbox which still works with python 2.7, so I'm trying to get e kernel with python 2.7 as suggested here. In the Anaconda Prompt I'm typing
python2 -m pip install ipykernel
python2 -m ipykernel install --user
But it says that it couldn't find the command "python2". Any idea?
