You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I am trying to reproduce the example sine.qmd but it does not work. I have followed all instructions in the README file.
I am trying to produce the interactive document using quarto render sine.qmd. The command does produce a sine.html file without any error.
When I try to open the file with my web browser (as I do with my other quarto projects) I get this error in the web browser:
"Shinylive uses a Service Worker, which requires either a connection to localhost, or a connection via https."
When I use quarto preview sine.qmd instead and open the html file, I just see the shinylive code block rendered as plain text.
Can someone explain the workflow in full details ? Maybe it involves installing Pyodide but there is nothing clearly mentioning this in the README.
The text was updated successfully, but these errors were encountered:
Hi everyone,
I am trying to reproduce the example
sine.qmd
but it does not work. I have followed all instructions in the README file.I am trying to produce the interactive document using
quarto render sine.qmd
. The command does produce a sine.html file without any error."Shinylive uses a Service Worker, which requires either a connection to localhost, or a connection via https."
quarto preview sine.qmd
instead and open the html file, I just see the shinylive code block rendered as plain text.Can someone explain the workflow in full details ? Maybe it involves installing Pyodide but there is nothing clearly mentioning this in the README.
The text was updated successfully, but these errors were encountered: