Installer Jupyter Notebbok dans PIP

pip install notebook
or
conda install -c conda-forge notebook
or
conda install -c conda-forge jupyterlab
or
pip install jupyterlab
devil-cyber