I recently bought a Windows 10 machine and now I want to run a server locally for testing a webpage I am developing.
On Windows 7 it was always very simple to start a HT
On Windows, neither python nor python3 worked for me; the program just hangs there, doing nothing.
python
python3
However, I got it to work via ipython:
ipython
ipython -m http.server 8000
You need to install IPython beforehand, though:
pip install ipython