Skip to content

Instantly share code, notes, and snippets.

@psychemedia
Last active January 24, 2025 10:31
Show Gist options
  • Save psychemedia/08e14265ce3426d3ce3a3f18014e2bc6 to your computer and use it in GitHub Desktop.
Save psychemedia/08e14265ce3426d3ce3a3f18014e2bc6 to your computer and use it in GitHub Desktop.
Test load pglite anywidget into shinylive python app
from shiny.express import ui
ui.panel_title(
"Example pglite load into shinylive [BROKEN]", "pglite Test"
)
from jupyter_anywidget_pglite import pglite_headless
pg = pglite_headless()
pg.query("SELECT 'hello';")
pg.response
jupyter_anywidget_pglite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment