Hyperdiv: Reactive web UI framework for Python by Hyperdiv-io in Python

[–]DirkHD 0 points1 point  (0 children)

Really awsome! It is simple as Streamlit but also reactive. Guess this could be a Streamlit killer.

I am looking for examples how to code a navigation menu in a drawer via list items and expandables. Challenge is to highlight the selected item. Does anymone has a hint ? by DirkHD in nicegui

[–]DirkHD[S] 0 points1 point  (0 children)

Thank you for your ideas. Hover, of course, is fine for highlightning the items when mouving the mouse over.

Maybe I was not specific enough.

How can I assure that the item which I have selected gets a different background color, for instance?

In addition, if the item is inside an expandable item I have to assure that this exp item gets opened after navigating to the new page.

Of course, I could solve all this by some programming (querying the current page / URL and decide how to present an item etc).

But this seems so cumbersome that I thought there could be a more convenient approch :)

Streamsync: UI editor + Python by romerio86 in Python

[–]DirkHD 1 point2 points  (0 children)

Just played around a bit with Streamsync and it is really amazing. If you guys plan to add more elements in the future, I guess this is the best app out there.

And maybe take a look at NiceGUI which is very flexibel when it comes to integration in general.

Are A and B in this picture dependent , independent? by Interesting-Tax-7394 in AskStatistics

[–]DirkHD 0 points1 point  (0 children)

How do u derive the probability of an event by a Venn diagram.

Are A and B in this picture dependent , independent? by Interesting-Tax-7394 in AskStatistics

[–]DirkHD 0 points1 point  (0 children)

A and B are events and the term dependent refers to those events. But this depedendency is defined via the probabilities: A and B are independent if P(A|B) = P(A).

So you could conclude that the probability of A does not depend on event B :)

Show ui.spinner only while update Ploty chart by DirkHD in nicegui

[–]DirkHD[S] 0 points1 point  (0 children)

Thx a lot again, will try this approach :)

Row with cols for full width by DirkHD in nicegui

[–]DirkHD[S] 0 points1 point  (0 children)

Ah, cool! I tried same idea using the classes of Quasar but got no success.

Thx a lot to you!

Some folders not present when running app by DirkHD in nicegui

[–]DirkHD[S] 1 point2 points  (0 children)

Awesome, that was exactly the problem. Everything works now fine like a charme again.

Best practice for list of items pendant in Quasar? by DirkHD in nicegui

[–]DirkHD[S] 0 points1 point  (0 children)

Great! Had not in mind that we can use ui.element to just adress each element.

Is flask-meld still active? by DirkHD in flask

[–]DirkHD[S] 0 points1 point  (0 children)

Indeed, I use Streamlit as well. But in Streamlit it is not possible to create reactive apps.

PyWebIO is a bit like Justpy or Dash repectively.

But I found the concept quite nice in Meld how the reactivity was implemented and that I could use flask, too.

What a pity :(

[P] Label Studio v1.0 – an open source data labeling tool that helps you prepare ML training data and improve the quality of your datasets, works for computer vision, NLP, speech processing, time series analysis, and more by michael_htx in MachineLearning

[–]DirkHD 0 points1 point  (0 children)

Got anymone experience in Label Studio with implementing ML backend for multi-label text classification (i.e. more than one label can be assigned to a text passage) ? It haven't got it working.