How do I shut down a python simpleHTTPserver?

前端 未结 8 1279
太阳男子
太阳男子 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 13:03

    Turns out there is a shutdown, but this must be initiated from another thread.

    This solution worked for me: https://stackoverflow.com/a/22533929/573216

提交回复
热议问题