Peter
04/08/2021, 9:37 AMfor (asset in assets) {
val html = CandlestickChart(asset).render()
DISPLAY(HTML(html))
}
I noticed the passed Notebook instance should be able to help with this (like currentCell etc), but cannot figure out last part of puzzle? Any hints?Ilya Muradyan
04/08/2021, 10:06 AMorg.jetbrains.kotlinx.jupyter.api.KotlinKernelHost#display
beforeCellExecution
callback (as this
)Peter
04/08/2021, 10:11 AM