Last answered:

02 Apr 2020

Posted on:

01 Apr 2020

0

Cant find my kernel

I created py3-TF2.0 kernel as suggested but I couldn't find the kernel in my jupyter notebook , it has only one python3 kernel
1 answers ( 0 marked as helpful)
Instructor
Posted on:

02 Apr 2020

0
Hi there, Could you please try opening up the base environment and Anaconda and installing ipykernel and nb_conda_kernels there? This should work as:
pip install ipykernel
And
conda install nb_conda_kernels
Then restart Jupyter and you should be able to see the kernel! Best, Iliya

Submit an answer