interface FrontendContext
display |
abstract fun display(plotSpecRaw: MutableMap<String, Any>): Unit |
getInfo |
open fun getInfo(): String |
NotebookFrontendContext |
class NotebookFrontendContext : FrontendContext
|