jupyter lab use conda environment

Solutions on MaxInterview for jupyter lab use conda environment by the best coders in the world

showing results for - "jupyter lab use conda environment"
Fabio
27 May 2019
1$ conda activate cenv
2(cenv)$ conda install ipykernel
3(cenv)$ ipython kernel install --user --name=<any_name_for_kernel>
4(cenv($ conda deactivate
5
Tommaso
14 Apr 2018
1source activate myenv
2python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
similar questions
queries leading to this page
jupyter lab use conda environment