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