SparkIntegration

class SparkIntegration(notebook: Notebook, options: MutableMap<String, String?>) : Integration

%use spark

Constructors

Link copied to clipboard
constructor(notebook: Notebook, options: MutableMap<String, String?>)

Properties

Link copied to clipboard
Link copied to clipboard
open val imports: Array<String>

Functions

Link copied to clipboard
open fun KotlinKernelHost.afterCellExecution(snippetInstance: Any, result: FieldValue)
Link copied to clipboard
open fun KotlinKernelHost.beforeCellExecution()
Link copied to clipboard
open override fun getDefinitions(notebook: Notebook): List<LibraryDefinition>
Link copied to clipboard
open fun KotlinKernelHost.onInterrupt()
Link copied to clipboard
open override fun JupyterIntegration.Builder.onLoaded()

open override fun KotlinKernelHost.onLoaded()

Will be run after importing all dependencies

Link copied to clipboard
open fun JupyterIntegration.Builder.onLoadedAlsoDo()
Link copied to clipboard
open override fun KotlinKernelHost.onShutdown()