Kotlin/dataframe

Serialize BufferedImages as base64

ermolenkodev opened this issue · 0 comments

The table UI component allows for the display of images within table cells, but the images need to be encoded as base64 strings.
TODO: Encode BufferedImages as base64 strings when serializing the dataframe for display in the Kotlin Notebook plugin.