1 Install Python and upgrade it.
sudo apt-get install python
sudo pip3 install --upgrade pip
2 Install jupyter, matplotlib, numpy, pandas, scipy, scikit-learn
pip3 install --upgrade jupyter, matplotlib, numpy, pandas, scipy, scikit-learn
3 Import jupyter, matplotlib, numpy, pandas, scipy, scikit-learn in python
python3 -c "import jupyter, matplotlib, numpy, pandas, scipy, sklearn"
4 Open jupyter notebook
jupyter notebook
