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.

Revisions

  1. psychemedia revised this gist Jan 24, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion app.py
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    from shiny.express import ui
    ui.panel_title(
    "RallyDataJunkie WRC Results and Timing Browser", "WRC-RallyDJ"
    "Example pglite load into shinylive [BROKEN]", "pglite Test"
    )

    from jupyter_anywidget_pglite import pglite_headless
  2. psychemedia revised this gist Jan 24, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion app.py
    Original file line number Diff line number Diff line change
    @@ -5,5 +5,5 @@

    from jupyter_anywidget_pglite import pglite_headless
    pg = pglite_headless()
    pg_headless.query("SELECT 'hello';")
    pg.query("SELECT 'hello';")
    pg.response
  3. psychemedia created this gist Jan 24, 2025.
    9 changes: 9 additions & 0 deletions app.py
    Original 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
    1 change: 1 addition & 0 deletions requirements.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    jupyter_anywidget_pglite