kmath/kmath-jupyter
2024-02-18 15:05:56 +03:00
..
api 0.3.0 release 2022-04-11 20:08:13 +03:00
src/main/kotlin/space/kscience/kmath/jupyter Update/Add copyright comments. Regenerate code for kmath-ejml. 2024-01-05 01:50:27 +03:00
build.gradle.kts Pre-release fixes 2023-05-12 20:57:55 +03:00
README.md Prepare for 0.4.0 release 2024-02-18 15:05:56 +03:00

Module kmath-jupyter

Usage

Artifact:

The Maven coordinates of this project are space.kscience:kmath-jupyter:0.4.0-dev-3.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-jupyter:0.4.0-dev-3")
}