jupyter.kotlin.providers.KotlinKernelHostProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-jupyter-lib Show documentation
Show all versions of kotlin-jupyter-lib Show documentation
Internal part of Kotlin Jupyter API used only inside notebook cells
package jupyter.kotlin.providers
import org.jetbrains.kotlinx.jupyter.api.KotlinKernelHost
interface KotlinKernelHostProvider {
val host: KotlinKernelHost?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy