-
@matthematician @siwelwerd Use
python -m http.server
to make your files accessible via web browser on the Windows side. It's good practice for previewing HTML output anyway, and you can see your built PDFs that way as well. (Replacepython
withpython3
if necessary.) -
@matthematician @siwelwerd Or go with my galaxy brain solution and spin up an instance of CoCalc in a docker image and do everything through the web browser.