I am trying to follow this post to change the name of my kernels in Jupyter to make more sense, however jupyter kernelspec list
doesn't find all the kernels.
(base) bash-3.2$ which python
/Users/benjamin/anaconda3/bin/python
(base) bash-3.2$ which jupyter
/Users/benjamin/anaconda3/bin/jupyter
(base) bash-3.2$ jupyter kernelspec list
Available kernels:
python3 /Users/benjamin/Library/Jupyter/kernels/python3
However in Jupyter I can see more than one Kernel
If I look in a different location I get the same result:
(base) bash-3.2$ cd anaconda3/share/jupyter/kernels/
(base) bash-3.2$ ls
python3
Why is this and how can I fix it?