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)
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.
Best,
Martin
conda listIf you don't find tensorflow in there, can you please execute
conda info --envsand see if the relevant library has not been stored only within the environment you are currently using? Hope this helps.
Best,
Martin