If I list the jupyter kernels I get the following
jupyter kernelspec list
Available kernels:
python3 /Users/myName/Library/Jupyter/kernels/python3
python2 /usr/local/share/jupyter/kernels/python2
However if I open jupyter and I choose python3 as kernel I get that it is running python2
How can I properly set the kernel to the specific python version? I am working on mac machine and I have installed everything trough pip3
