The name of the association is The Island Storytellers
1 To develop oral storytelling on the Isle of Wight
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>SVG Color Customizer</title> | |
| <style> | |
| * { | |
| margin: 0; |
| 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 |