kmath/kmath-jupyter
2024-03-27 09:51:23 +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 Dump API. Update readme 2024-03-27 09:51:23 +03:00

Module kmath-jupyter

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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