How to have hover text show all like with Boxplot

I am new to plotly so I don’t know how easy/ difficult certain things are so apologies if my question isn’t a good question.

One feature I quite liked from the Boxplot is that when one moves the cursor over the graph all relevant points are displayed.

How can I do that but without having mode = Boxplot.
Something like

layout = {
hoverinfo = True
},

also Always show hovertext is a slightly different question in case anyone bring it up.