Published
- 1 min read
add conda env to jupyter
The solution for this is noted below
add conda env to jupyter
Solution
source activate myenv
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
Try other methods by searching on the site. That is if this doesn’t work