Answers for "conda env to jupyter"

7

add conda env to jupyter

source activate myenv
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
Posted by: Guest on May-11-2020
0

launch jupyter notebook from conda env

conda install -c anaconda ipykernel
Posted by: Guest on December-09-2020
0

conda env to jupyter

python -m ipykernel install --user --name=EnvName
Posted by: Guest on October-13-2021

Code answers related to "conda env to jupyter"

Browse Popular Code Answers by Language