Last active
January 24, 2025 10:31
-
-
Save psychemedia/08e14265ce3426d3ce3a3f18014e2bc6 to your computer and use it in GitHub Desktop.
Revisions
-
psychemedia revised this gist
Jan 24, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ from shiny.express import ui ui.panel_title( "Example pglite load into shinylive [BROKEN]", "pglite Test" ) from jupyter_anywidget_pglite import pglite_headless -
psychemedia revised this gist
Jan 24, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,5 @@ from jupyter_anywidget_pglite import pglite_headless pg = pglite_headless() pg.query("SELECT 'hello';") pg.response -
psychemedia created this gist
Jan 24, 2025 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ from shiny.express import ui ui.panel_title( "RallyDataJunkie WRC Results and Timing Browser", "WRC-RallyDJ" ) from jupyter_anywidget_pglite import pglite_headless pg = pglite_headless() pg_headless.query("SELECT 'hello';") pg.response This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ jupyter_anywidget_pglite