Closed mmcky closed 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.
http
html
-s, --server
threading
http.server
_build/website/jupyter_html
This PR updates how we launch
http
server for previewing thehtml
through the-s, --server
option. It now makes use ofthreading
to launch an instance ofhttp.server
in_build/website/jupyter_html
and the launches the default browser.