How do I get a Kotlin Notebook to render a List of...
# datascience
d
How do I get a Kotlin Notebook to render a List of
Image
s?
c
You can probably do this:
listOf(...).forEach { DISPLAY(it) }
👍🏼 1