Barry Feldman
Barry Feldman
This would add so much to Streamlit! It boggles my mind that this is not possible. It must be that this is very difficult to achieve. It is hard for...
Btw, I also tried the following cursor definition: ` cursor = mplcursors.cursor(ax.artists, hover=2) #mplcursors.HoverMode.Transient) ` which also resulted in no errors, but no cursor function.
Thanks for the quick response Maarten! Without ningx I tried both: ``` solara run slLayoutEx1.py ``` and ``` solara run slLayoutEx1.py --production ``` In both cases the only response is:...
Yes, it works! Thank you!! I will be creating great apps with solara!!!