I am using Ubuntu 16.04 lts. My default python binary is python2.7. When I am trying to install ipykernel for hydrogen in atom editor, with the following command
python -m pip install ipykernel
It is giving the following errors
ERROR: ipykernel requires Python version 3.4 or above.
I am trying to install ipykernel for python2. I have already installed python3.7. Also ipython and jupyter notebook is installed.