pistreaming icon indicating copy to clipboard operation
pistreaming copied to clipboard

http.server in Python 3.6 syntax errors

Open WTalio88 opened this issue 7 years ago • 0 comments

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

WTalio88 avatar Jul 09 '18 14:07 WTalio88