The name of the association is The Island Storytellers
1 To develop oral storytelling on the Isle of Wight
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 |
# # `print_publication.py` | |
# | |
# Script for generating print items (weekly PDF, weekly epub). | |
# # Install requirements | |
# | |
# - Python | |
# - pandoc | |
# - python packages: | |
# - ipython |