Last active
January 24, 2025 10:31
-
-
Save psychemedia/08e14265ce3426d3ce3a3f18014e2bc6 to your computer and use it in GitHub Desktop.
Test load pglite anywidget into shinylive python app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jupyter_anywidget_pglite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment