When I go to "Change kernel" I have just "Python 3 (ipykernel)" even after the installing procedures
Good morning. I cannot select anything but "Python 3 (ipykernel)" from "Kernel -> Change kernel", even after the procedures said in the lecture. I have already tried to do something I found in a similar question, but it hasn't solved the issue by now. How can I solve? Thank you
Currently having the same issue as you. Have you been able to resolve yours? Kindly share how you did if you have. Thanks
Unfortunately, I didn't solve that problem. But I think that it's not a big problem if we use tensorflow without changing the kernel
No problem. Thanks. Got some questions to ask you though. Will send you a mail.
https://www.youtube.com/watch?v=L4Y7A44lzpM&ab_channel=NiamYaraghi
This Link was helpful to solve my problem. Give it a shot, it's easy and user friendly.
"conda install -n base nb_conda_kernels" use this command in the conda prompt. Solves the problem.
I found a solution in this thread. Running the command python -m ipykernel install --user --name py3-TF2.0 --display-name "Python (py3_TF2.0)"
worked for me