install jupyterlab in conda environment code example
Example 1: conda install jupyterlab
conda install -c conda-forge jupyterlab
Example 2: jupyter lab use conda environment
$ conda activate cenv
(cenv)$ conda install ipykernel
(cenv)$ ipython kernel install --user --name=<any_name_for_kernel>
(cenv($ conda deactivate