Rpi4 การติดตั้ง Jupyter notebook บนบอร์ดRaspberry pi

sudo su -

apt-get update

apt-get install python3-matplotlib

apt-get install python3-scipy

pip3 install --upgrade pip

reboot

sudo pip3 install jupyter


sudo apt-get clean

sudo update-alternatives --config x-www-browser


sudo reboot


jupyter-notebook


อ้างอิงจาก :  Jupyter Notebook on Raspberry Pi - Instructables