Installation of Tensorflow
Hi,
I could not install and use tensorflow in python programming. Could you please guide me to solve this error go through the course.
This is what I have got;
(base) C:\Users\ACER>conda info --envs
# conda environments:
#
base * C:\Users\ACER\anaconda3
tf C:\Users\ACER\anaconda3\envs\tf Though I get this after installed, I am not getting tensorflow in python notebook. I expect your kind response. Thanks in advance.
# conda environments:
#
base * C:\Users\ACER\anaconda3
tf C:\Users\ACER\anaconda3\envs\tf Though I get this after installed, I am not getting tensorflow in python notebook. I expect your kind response. Thanks in advance.
1 answers ( 0 marked as helpful)
Hi Porage,
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