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)
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 ipykernelAnd
conda install nb_conda_kernelsThen restart Jupyter and you should be able to see the kernel! Best, Iliya