Here we can discuss the commands to install the the python and Jupyter notebook in Debian
Firstly install pip files using command : # apt install python3-pip
install jupyter notebook by using : # pip install jupyter-notebook
1 Like