Perform system update:
sudo apt update && sudo apt upgrade
Install Python3 and PIP3:
sudo apt install python3 python3-pip
Install Jupyter:
sudo apt install python3-notebook
Jupyter Notebook Web interface:
jupyter notebook
Open the browser and point it to http://127.0.0.1:8888