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)
Hey try, python -m ipykernel install --user --name=myenv
Thank you for this. I feel like they should've included this instruction in the video.