installing in jupyter notebook code example
Example 1: install packages from jupyter notebook
!pip install package-name
Example 2: install jupyter notebook
conda install -c conda-forge notebook
!pip install package-name
conda install -c conda-forge notebook