So I've been following this tutorial to download Keras with a Tensorflow backend:
https://github.com/antoniosehk/keras-tensorflow-windows-installation
It has gone fairly smoothly, and I'm only stuck for a stupid reason on the final step. It asks me to run mnist_mlp.py to test if it is working, but I don't have that file downloaded. I figured I could just type 'nano mnist_mlp.py' and then copy over the code for the file and then run it, as I would do in Linux. However, since I am on windows, it is telling me in the Anaconda prompt that nano is not a recognized command.
So, how can I create a python file in Anaconda? I've tried looking it up several times, but nothing helpful has come up. Perhaps I am asking the wrong question, for I am quite new to python. Thank you!