Last answered:

12 Jul 2020

Posted on:

07 Jul 2020

0

kernel issue in Jupyter

I created new environment and installed latest version of tensorflow and all required libraries. but whenever i search kernels in jupyter notebook i can not find any. please help me   
1 answers ( 0 marked as helpful)
Instructor
Posted on:

12 Jul 2020

0
Hi Akhil! Thanks for reaching out. Please accept my apologies for the delayed response. Can you please execute the following command in Anaconda Prompt/Terminal, depending on whether you are a Windows or Mac user.
conda list
If you don't find tensorflow in there, can you please execute 
conda info --envs 
and see if the relevant library has not been stored only within the environment you are currently using? Hope this helps.
Best,
Martin

Submit an answer