Alexander Kislukhin
Alexander Kislukhin
Aaaah, I didn't even consider the unit of measure - I assumed it height means number of rows, which is how they have it in Gradio. Alas I have zero...
That would be cool! Could you point me at where in the code I can poke around? I think the timing of refresh also matters. It wouldn't matter in my...
Also: #2891
What's the reason you don't use the watcher available in `marimo run` in the ASGI apps? https://github.com/marimo-team/marimo/blob/main/marimo/_server/start.py#L116 vs https://github.com/marimo-team/marimo/blob/main/marimo/_server/asgi.py#L150
Seems like your lifespans need to be in the parent app itself, something like `app = FastAPI(lifespan=lifespans.Lifespans([lifespans.watcher]))` - but at this point I really don't know what I'm doing anymore....
I'm not sure when this happened, but the magic is here! Editing notebooks on one port, the apps served over FastAPI on another update on refresh! @mscolnick 🚀🤘🚀
Wow that was fast :D Sure I'll open in BV. But also... I don't know the function of `SELECT CURRENT_SETTING('server_version'), (SELECT COUNT(*) FROM pg_settings WHERE name LIKE 'rds%')` but maybe...
Right click in Jupyter:  Shift + right click in Jupyter:  Shift + right click in Marimo: 
Thanks for your response. One common theme between the calendar example in https://github.com/vega/vega-lite/issues/8675, this toy example here, and the real thing I was trying to do: Within the row with...
Is there a resolution? Tried to run tldraw or drawdata and getting the same error message in either Notebook or Lab (not in vscode) ``` [Open Browser Console for more...