I would like to create a scatter plot, but can drag and drop the points vertically. I also need the values of the points. Something like this:
But I need to integrate it with Streamlit. I've tried Plotly, Matplotlib and Bokeh, but none of them worked. I really prefer a custom plot in Plotly, but I don't know how to move the points.
I would appreciate any help

As far as I can see currently this is not (yet) supported in Streamlit using only Python. This is taken from other fora and the Streamlit documentation:
Alternatives that should work at the moment are: