install notebook using pip code example
Example 1: install jupyter
pip3 install jupyter
Example 2: install jupyter notebook
conda install -c conda-forge notebook
Example 3: pip install in jupyter notebook
!pip install package-name
Example 4: python pip jupyter notebook install
$ python -m pip install