Skip to content

Commit

Permalink
attempt intializing glue as in hubble story (doesn't work)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Nov 12, 2024
1 parent 83fbcbc commit 02c6fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tempods/solara_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def Page():
print('Rendering Page')

def _setup_glue() -> gj.JupyterApplication:
return gj.jglue()
gjapp = gj.jglue()
return gj.JupyterApplication(gjapp.data_collection, gjapp.session)

glue_app = solara.use_memo(_setup_glue, [])

Expand Down

0 comments on commit 02c6fdf

Please sign in to comment.