controls-kt/controls-jupyter/README.md

326 B

Module controls-jupyter

Usage

Artifact:

The Maven coordinates of this project are space.kscience:controls-jupyter:0.3.0.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:controls-jupyter:0.3.0")
}