JupyterExecutor

Functions

Link copied to clipboard
abstract override fun close()
Link copied to clipboard
abstract fun interruptExecution()
Link copied to clipboard
abstract fun launchJob(runnable: suspend CoroutineScope.() -> Unit)
Link copied to clipboard
abstract fun <T : Any> runExecution(name: String, classLoader: ClassLoader? = null, body: () -> T): ExecutionResult<T>