I'd like to be able to use update display in a Scala kernel. It involves using two things:
display_data message with a transient field (alongside data, metadata) that has a display_id
update_display_data message that also sets the display_id inside of transient
From a Python perspective, this is some of the interface provided to users:

I'd like to be able to use update display in a Scala kernel. It involves using two things:
display_datamessage with atransientfield (alongsidedata,metadata) that has adisplay_idupdate_display_datamessage that also sets thedisplay_idinside oftransientFrom a Python perspective, this is some of the interface provided to users: