How do I shut down a python simpleHTTPserver?

前端 未结 8 1268
太阳男子
太阳男子 2020-12-12 12:29

So I\'m trying to learn d3, and the wiki suggested that

To view the examples locally, you must have a local web server. Any web server will work;

8条回答
  •  抹茶落季
    2020-12-12 12:58

    Hitting ctrl + c once(wait for traceback), then hitting ctrl+c again did the trick for me :)

提交回复
热议问题