Couldn't access other kernels
I followed all the steps that were given in the video on how to install tensorflow 2.0 but nonetheless I can\'t see any other kernel in the jupyter notebook kernel section: its just python 3, there is no other option. I even installed the ipykernel It would be really helpful if you could send a solution for this. Thank You
1 answers ( 0 marked as helpful)
Hi Anuj,
Could you please open your base environment in Anaconda and write:
pip install ipykernel
and
conda install nb_conda_kernels
Then restart Anaconda and the Jupyter notebook.
Let me know if the problem persists.
Best,
The 365 Team
The 365 Team