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

jvmMain.KGroundIntegration.kt Maven / Gradle / Ivy

There is a newer version: 0.1.03
Show newest version
package pl.mareklangiewicz.kground

import org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration

internal class KGroundIntegration: JupyterIntegration() {
    override fun Builder.onLoaded() {
        import("kotlinx.coroutines.*")
        import("kotlinx.coroutines.flow.*")
        import("pl.mareklangiewicz.kground.*")
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy