Answers for "how to work with jupyterlab and conda environments"

0

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
Posted by: Guest on February-28-2021

Python Answers by Framework

Browse Popular Code Answers by Language