-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.jupyter.api.libraries.LibraryDefinitionProducer
public abstract class Integration extends JupyterIntegration
-
-
Constructor Summary
Constructors Constructor Description Integration()
-
Method Summary
Modifier and Type Method Description Array<String>getDependencies()Array<String>getImports()UnitonLoaded(KotlinKernelHost $self)Will be run after importing all dependencies UnitonLoaded(JupyterIntegration.Builder $self)UnitonShutdown(KotlinKernelHost $self)UnitonInterrupt(KotlinKernelHost $self)UnitbeforeCellExecution(KotlinKernelHost $self)UnitafterCellExecution(KotlinKernelHost $self, Object snippetInstance, FieldValue result)UnitonLoadedAlsoDo(JupyterIntegration.Builder $self)-
-
Method Detail
-
getDependencies
Array<String> getDependencies()
-
getImports
Array<String> getImports()
-
onShutdown
Unit onShutdown(KotlinKernelHost $self)
-
onInterrupt
Unit onInterrupt(KotlinKernelHost $self)
-
beforeCellExecution
Unit beforeCellExecution(KotlinKernelHost $self)
-
afterCellExecution
Unit afterCellExecution(KotlinKernelHost $self, Object snippetInstance, FieldValue result)
-
onLoadedAlsoDo
Unit onLoadedAlsoDo(JupyterIntegration.Builder $self)
-
-
-
-