In previous post we discuss how to install Tensorflow on Windows 10 computer.It is easy to work now because most of the hard part is done now.
Open terminal and activate your environment using
conda activate mytensorflow
Then type
pip install keras

This will install keras but there is a problem. Because keras required Tensorflow version grater than 2.2 so we need to upgrade tensorflow version so do that


Go back to your activated conda enviroment
Then type
pip install pip --upgrade
pip install tensorflow --upgrade

Now You successfully upgrade the Tensorflow and installed Keras
Now type jupyter notebook in activated enviroment and type this command to check the installed keras version.

I hope this tutorial will help you.If you like this tutorial please share this article with your friends.
Have a good day