pistreaming
pistreaming copied to clipboard
http.server in Python 3.6 syntax errors
I'm following instructions in an O'Reily book on data viz to set up a local host 8888 server. Code typed exactly like book results in syntax error. Tried many searches and can't find an answer - - anyone see what's wrong? I have python 3.6.4 on a windows 10 machine.
-m http.server 8888 & File "
", line 1 -m http.server 8888 & ^ SyntaxError: invalid syntax