MaartenBreddels
MaartenBreddels
SSolara
Created by Wyvn on 10/11/2024 in #questions-issues
ipyaggrid switch between light and dark mode
It forces the recreation of the Widget, so any state of the widget not captured by a state outside the widget might get lost
12 replies
SSolara
Created by Wyvn on 10/11/2024 in #questions-issues
ipyaggrid switch between light and dark mode
The problem is it doesn’t dynamically update when you change it
12 replies
SSolara
Created by Wyvn on 10/11/2024 in #questions-issues
ipyaggrid switch between light and dark mode
el = Grid.element(
grid_data=grid_data,
grid_options=grid_options,
theme=theme,
**kwargs,
).key(f"theme-{theme}")
el = Grid.element(
grid_data=grid_data,
grid_options=grid_options,
theme=theme,
**kwargs,
).key(f"theme-{theme}")
This is the best I can do. I think ipyaggrid does not support updating the theme. Maybe @mariobuikhuizen has a better idea.
12 replies
SSolara
Created by pnjun on 10/11/2024 in #questions-issues
Efficiently rendering a list of components
can you make a pycafe snippet that show this? This should work as advertised, if not, maybe something else is going on
9 replies
SSolara
Created by pnjun on 10/11/2024 in #questions-issues
Efficiently rendering a list of components
Yeah, if you give an element a unique key, using .key(f'some-prefix-{entry.id}') is should be smarter
9 replies
SSolara
Created by Mitula on 9/28/2024 in #questions-issues
Changing text color in a Selectable DataTable cell by using an external function
Are you sure v-data-table has a v-model?
10 replies
SSolara
Created by Punxsutawney on 10/6/2024 in #questions-issues
Authorization example using a Thread/Task is even possible?
could that be it?
8 replies
SSolara
Created by Punxsutawney on 10/6/2024 in #questions-issues
Authorization example using a Thread/Task is even possible?
the value can change, while the reactive variable does not
8 replies
SSolara
Created by Punxsutawney on 10/6/2024 in #questions-issues
Authorization example using a Thread/Task is even possible?
did you make it depend on the reactive variable object, or its value?
8 replies
SSolara
Created by Punxsutawney on 10/6/2024 in #questions-issues
Authorization example using a Thread/Task is even possible?
you keep re-defining the task, because it runs in the body of the component, for this, you should be using use_task
8 replies
SSolara
Created by pikaa on 10/3/2024 in #questions-issues
Right-click context menu onto another widget
Would be great if you can let us know how you tried to find this in the documentation, and why you did not find this, or maybe why you thought it was not possible. This wil help us improve the documentation.
3 replies
SSolara
Created by pikaa on 10/3/2024 in #questions-issues
FastAPI/nginx deployment issues, virtual kernels not served correctly?
I was just explaining this at: https://github.com/widgetti/solara/pull/807 does that explain everything to you? If not, let me know how we can improve it. Also, maybe you can explain the above behaviour based on this.
3 replies
SSolara
Created by Punxsutawney on 10/6/2024 in #questions-issues
Authorization example using a Thread/Task is even possible?
I hope this demo helps: https://py.cafe/maartenbreddels/solara-auth-example Does this work for you? If yes, can you tell us what you did wrong so we can improve the documentation?
8 replies
SSolara
Created by juan on 10/3/2024 in #questions-issues
CSV file as input?
It works for me, does it still not work for you?
3 replies
SSolara
Created by Mitula on 9/28/2024 in #questions-issues
Changing text color in a Selectable DataTable cell by using an external function
Would be great if you could share a demo at https://py.cafe !
10 replies
SSolara
Created by pikaa on 10/3/2024 in #questions-issues
Right-click context menu onto another widget
I think this is best shown using demo app: https://py.cafe/maartenbreddels/solara-menu-demo docs for the menu are: https://solara.dev/documentation/components/lab/menu Does that help you?
3 replies
SSolara
Created by dvn2 on 10/2/2024 in #general
Hi, I was using the Databricks
I replied on github
2 replies
SSolara
Created by Chuck Carlson on 9/30/2024 in #questions-issues
Troubleshooting Jupyter Lab Installation
What error message do you see in the js console?
2 replies