jupyterlab conda code example
Example 1: conda install jupyterlab
conda install -c conda-forge jupyterlab
Example 2: run JupyterLab
jupyter lab
Example 3: 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