start jupyterlab in conda environment code example
Example: how to work with jupyterlab and conda environments
$ conda activate cenv
(cenv)$ conda install ipykernel
(cenv)$ ipython kernel install --user --name=<any_name_for_kernel>
(cenv)$ conda deactivate