install jupyter conda environment code example
Example 1: 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
Example 2: how i install jupyter notebook in a new conda virtual environment
pip install jupyter notebook
Example 3: open jupyter notebook with conda envirionment
conda install -c anaconda ipykernel