Traitlets
For this example, I tried to modify it to operate on a
traitlets.List
, which contains a list of dictionaries. I get some odd behavior with it. If I modify the items in place, it seems to do some kind of partial update in the UI. What I am trying to do is create a card for each item in the list, but it doesn't create new cards as the list is extended.
Any tips on how to modify this to get it to work?...Anyone had any luck setting themes
Anyone had any luck setting themes according to the docs?
https://solara.dev/documentation/components/lab/theming...
Am I missing something simple? How do I
Am I missing something simple? How do I get a button whose value changes when the button is clicked
...
value = sl.reactive(True)
sl.Button(label="Hi" if value.value else "Bye", on_click=lambda: value.set(not value.value))
value = sl.reactive(True)
sl.Button(label="Hi" if value.value else "Bye", on_click=lambda: value.set(not value.value))
@iisakkirotko is there an easy way to
@iisakkirotko is there an easy way to handle sizing for cards in a Column?
I haev the code
```
@sl.component...
Hey ! Quick question : can I had a
Hey ! Quick question : can I had a paywall (with for example Stripe) to my app ?
https://github.com/widgetti/solara/pull/
https://github.com/widgetti/solara/pull/806
How can I eliminate those irritating messages that don't seem to indicate any actual issues?
-----...
The key issue isn't about CSS rotation
The key issue isn't about CSS rotation implementation, but rather performance optimization. My project recently encountered challenges where minor style updates triggered full-page refreshes, significantly impacting performance. Looking for best practice efficient ways to minimize unnecessary re-renders.
uv+solara
Cool! I was a bit confused at first, but i see it's like npx, if the package name (solara) is also the command line utit, then 🪄
Would it be possible to build a chat
Would it be possible to build a chat interface in Solara which had up/down vote options for the chat?
Hi, I was using the Databricks
Hi, I was using the Databricks workaround I found in this GitHub thread(https://github.com/widgetti/solara/discussions/128), looks like it stopped working today with
Error displaying widget: Cannot read properties of undefined (reading 'extend')
I will update the thread but posting here as well in case anyone can confirm what I'm seeing...Hello,
Hello,
has anyone encountered something like this where the ChatMessage component does not display the username above the message?
I am using the TrainChatMessage component (my abstraction for a recurring component) and I am also attaching a screenshot of the application. I checked on pycafe with the example from the documentation and it correctly attaches the specified name over the message.
```...
can someone please help me to understand
can someone please help me to understand what is the difference between writing:
import ipyleaflet
import solara
...
Hi! I'm kinda new to Solara, does anyone
Hi! I'm kinda new to Solara, does anyone know how could I share state between two pages? something like global app_state, also I'm using MultiPage which auto inyects appbar but label property is not working seems like it shows the path as label
I added some asyncio task to my program
I added some asyncio task to my program, when testing how to quit I find the page loading takes a lot of time before on_kernel_start... what happend ?
Hi, I am looking for a Solara Auth
Hi, I am looking for a Solara Auth example (okta provider) that I can reproduce. I tried https://solara.dev/documentation/examples/general/login_oauth but it points to a 502 error when I click on Login. Do you know of a working example?
Hi, 2 questions:
Hi, 2 questions:
1 → Why after the push is done, the application is not updated in embed or app mode?
2 → Why does this blue space appear?...
is there a demo or best enviroment
is there a demo or best enviroment setting for jupyterlab with routes or layout?
i try to print some info but got nothing...
import solara
...