install jupyter using anaconda code example
Example 1: pip install in jupyter notebook
!pip install package-name
Example 2: download jupyter
conda install -c conda-forge jupyterlab
!pip install package-name
conda install -c conda-forge jupyterlab