Jupyter

apt install -y python3-venv

python3 -m venv my_env

pip3 install --upgrade pip

source my_env/bin/activate

pip3 install jupyter

jupyter notebook