Answers for "activate conda in jupyter notebook"

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

how to add conda env to jupyter notebook

conda install jupyter
conda install nb_conda
conda install ipykernel
python -m ipykernel install --user --name mykernel
Posted by: Guest on February-02-2022

Code answers related to "activate conda in jupyter notebook"

Python Answers by Framework

Browse Popular Code Answers by Language