I have i.e. a pump that I can control in a panel dashboard. When it moves, I read out its plunger position. This is a read only value that I want to display in the dashboard. If I set read only, it cannot be set from code. If I use edit_constant, the code gets messy and the GUI flickers (the change between constant and editable)
I guess the pn.indicators.Number could work, but it doesn’t fit my needs without much modification.
Should there not be a flag to a widget, telling it to be only writable from code, or maybe more indicators?