I want to run Python2 as well as Python3 kernel from Jupiter notebook. I am using Anaconda for Python and Jupyter distribution.
Lokeshs-MacBook-Air-2:~ lokeshagrawal$ conda --version
conda 4.5.12
Lokeshs-MacBook-Air-2:~ lokeshagrawal$ which python
/anaconda3/bin/python
Lokeshs-MacBook-Air-2:~ lokeshagrawal$ which jupyter notebook
/anaconda3/bin/jupyter
[