Answers for "i have a ana conda virtual env but not able to set it up as akernel of jupyter notebook"

2

conda environment not showing up in jupyter

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

Code answers related to "i have a ana conda virtual env but not able to set it up as akernel of jupyter notebook"

Python Answers by Framework

Browse Popular Code Answers by Language