Cold Sunshine
Cold Sunshine
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
Ha! It works thanks
16 replies
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
I don't see anything in docs and all my likely guesses failed
16 replies
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
How do I change to the color of my AppBar?
16 replies
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
This worked out great - I built my first working (but modest) dashboard. On to more fancy stuff now. 🙂
16 replies
SSolara
Created by Cold Sunshine on 7/15/2024 in #questions-issues
Wish to have Select components within Row arranged side-by-side.
GridFixed worked too.
3 replies
SSolara
Created by Cold Sunshine on 7/15/2024 in #questions-issues
Wish to have Select components within Row arranged side-by-side.
Ah, discovered the Columns component. Looks like that might do it.
3 replies
SSolara
Created by Cold Sunshine on 7/12/2024 in #questions-issues
Gracefully exiting kernel when users closes UI page
Well, for now I must close the web page then do several control-c s to shut things down. I am just wondering if I could have an 'exit' button that would shut things down.
6 replies
SSolara
Created by Cold Sunshine on 7/12/2024 in #questions-issues
Gracefully exiting kernel when users closes UI page
Well, I guess for development purposes, this would make things easier, just shutting everything down by shutting down the page. In operations, I can see this is a stupid idea.
6 replies
SSolara
Created by Cold Sunshine on 7/8/2024 in #questions-issues
InputDateRange question
So, wait_flag == False is current behavior. wait_flag == True, is the behavior suggested above.
13 replies
SSolara
Created by Cold Sunshine on 7/8/2024 in #questions-issues
InputDateRange question
Maybe just a flag that forces the widget to wait for both dates to be input before dong anything else. I don't think users would think to choose the first date, go do something else, then return to fill in the second. But I don't have much experience in GUI design so I am not sure I can properly assess all the pitfalls of this suggestion.
13 replies
SSolara
Created by Cold Sunshine on 7/8/2024 in #questions-issues
InputDateRange question
I knew the tuple was going from a 2-tuple to 1 -tuple but I was not sure why. Seems to me that since this is a range, this implies 2 elements should be in the tuple. But that was my own bias. Thank you.
13 replies
SSolara
Created by Cold Sunshine on 7/8/2024 in #questions-issues
InputDateRange question
Thanks. I forget about pycafe, I should make more use of it.
13 replies
SSolara
Created by Cold Sunshine on 7/2/2024 in #questions-issues
Using plotly.express to create scatterplot_mapbox, map displays but animation does not work
Well, I discovered a fix - replace solara.FigurePlotly(fig) with solara.display(fig). Animation works now.
2 replies
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
I will try it out - Thanks!
16 replies
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
Sorry, if my post is confusing. I am a bit new to discord too.
16 replies
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
No description
16 replies
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
I have an alignment issue too, but simpler than this question. I want a logo, a text/markdown title, and a button across the top banner of my web page. When I do the logo by itself, it aligns ok. with solara.AppBar():
with solara.AppBarTitle(): solara.Image(image_path, '20%') (left image below) Then I try to add the dashboard Title and a button, the logo disappears just the title and button appear on vertically stacked, not horizontally. with solara.AppBar():
with solara.AppBarTitle(): solara.Image(image_path, '20%') solara.Markdown("# Title of Dashboard") solara.Button(label="Exit", on_click = exit_page) Any ideas what to do? I would like logo, title, button horizontally across banner. Thanks
16 replies
SSolara
Created by Harry on 5/13/2024 in #questions-issues
Alignment
Hello,
16 replies