-
Notifications
You must be signed in to change notification settings - Fork 24
Issue rendering shiny app in quarto #218
Copy link
Copy link
Open
Description
Hello,
I encountered the following issue while attempting to render a webpage in quarto.
The page has a basic call to shinylive:
from shiny import App, ui
app_ui = ui.page_fluid(
ui.h1("Data Playground"),
)
def server(input, output, session):
pass
# app = App(app_ui, server)
The error is:
Download https://deno.land/std/io/mod.ts
error: Import 'https://deno.land/std/io/mod.ts' failed: error sending request for url (https://deno.land/std/io/mod.ts): client error (Connect): invalid peer certificate: UnknownIssuer
It appears that https://deno.land/std/io/mod.ts has been deprecated. A visit to the website indicates that the module does not exist.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels