Jupyter notebook with Python 2 and Python3 Kernel
- Make sure you have pip version greater than 9.0
$ python2 -m pip --version
- Then do this
$ python2 -m pip install ipykernel OR python2 -m pip install ipykernel --user
$ python2 -m ipykernel install --user
- Start or restart Jupyter and you should be done.
This solution is from the ipython docs by the way.