All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jupyter.kotlin.KotlinKernelHostProvider.kt Maven / Gradle / Ivy

package jupyter.kotlin

import org.jetbrains.kotlinx.jupyter.api.KotlinKernelHost

interface KotlinKernelHostProvider {
    val host: KotlinKernelHost?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy