I set
pyscript_js = "https://pyscript.net/releases/2025.11.2/core.js"
pyscript_css = "https://pyscript.net/releases/2025.11.2/core.css"
in conf.py and as a result the py-repl directive no longer seems to work at all, I just the code formatted in plain text on the page. I get the JS error: Uncaught SyntaxError: Unexpected token 'export'.
I set
in conf.py and as a result the
py-repldirective no longer seems to work at all, I just the code formatted in plain text on the page. I get the JS error:Uncaught SyntaxError: Unexpected token 'export'.