import platform
platform.python_version()
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
wget https://bootstrap.pypa.io/get-pip.py
sudo python3.6 get-pip.py
jupyter kernelspec list
Get the location of the kernel & make the suitable ref: jupyter/jupyter#270
Find all the version of python
whereis python
sudo pip3.6 install ipykernel jupyter jupyter_cms ipython jupyter_nbextensions_configurato
jupyter notebook