Wednesday, January 24, 2018

Installing python3 ipykernel for jupyter notebook

python3 -m pip install ipykernel
sudo apt-get install python3-pip
sudo apt-get install python3-setuptools
python3 -m ipykernel install --user