Last answered:

25 Dec 2023

Posted on:

06 Apr 2023

0

Having difficulty installing tensorflow with the instructions provided in tutorial

Instructions:

conda info --envs (lists the environments)
conda create --name py3-TF2.0 python=3
conda activate py3-TF2.0
conda install tensorflow
pip install --upgrade tensorflow
pip install ipykernel


 After restarting Jupyter notebook, I don't see the new tensorflow environment under change kernel option. I just see Python 3 (ipykernel)

2 answers ( 0 marked as helpful)
Posted on:

08 Nov 2023

2

Hey try, python -m ipykernel install --user --name=myenv

Posted on:

25 Dec 2023

0

Thank you for this.  I feel like they should've included this instruction in the video.

Submit an answer