QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

ENH: update how we launch http server #60

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

This PR updates how we launch http server for previewing the html through the -s, --server option. It now makes use of threading to launch an instance of http.server in _build/website/jupyter_html and the launches the default browser.