ScriptTemplateWithDisplayHelpers
This class is added as an implicit receiver for all compiled REPL snippets. This means that all properties and functions part of this class will be visible to the user of the notebook.
Properties
Functions
Link copied to clipboard
fun ScriptTemplateWithDisplayHelpers.ANIMATE(framesCount: Int, frameByIndex: (index: Int) -> Frame<*>)
fun <T> ScriptTemplateWithDisplayHelpers.ANIMATE(firstFrame: Frame<T>, nextFrame: (Frame<T>) -> Frame<T>?)
Link copied to clipboard
Link copied to clipboard
fun loadLibrariesByScanResult(scanResult: LibrariesScanResult, options: Map<String, String> = emptyMap())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard