-
1- Change welcome page design based on the mockup provided:
![Webapp-Landing Page](https://github.com/user-attachments/assets/5b374b07-e73e-4982-a095-df7a2228540f)
2- Move the "change log" into do…
-
Hi there,
I'm trying to write a simple solara + geemap app where two `solara.Button()` elements, embedded in a separate row of a `solara.Column() `, cause the map, embedded in the row below the but…
-
Does solara provide access to (read/write/modify) the browsers "localStorage" ?
Thanks
-
-
Currently, there are 2 ways to run the Solara app:
- `solara run app.py`
- Launch a Jupyter notebook server, then execute the cells in app.py
My request is to have an option to do `python app.py`…
-
In my organization we are planning to move some of the applications that we have developed and made available in production through `Voila` to `solara`.
Currently, we have one jupyter server that ser…
-
it injects, but does not execute. please help. solara executes, but its so low level barely any scripts work.
-
We would like to display dynamic forms in our solara frontend based on pydantic models / json schemas.
There are multiple IPyWidgets out there that provide this functionality namely:
- https://…
-
Reported here:
https://x.com/maartenbreddels/status/1811113969832137005
Code:
https://py.cafe/maartenbreddels/stackview-clusterplot
Error:
```
File "/lib/python3.11/site-packages/stackview/_…
-
See https://github.com/widgetti/solara/issues/773#issuecomment-2331062185 for the discussion.
I can imagine that we also need to think about how this would play with a possible `reactive effect` #4…