2025-03-21 11:06:50 +03:00
..
2023-12-12 09:17:14 +03:00
2025-01-29 14:57:28 +03:00
2025-03-21 11:06:50 +03:00
2025-03-21 10:08:39 +03:00

Module visionforge-jupyter

Common visionforge jupyter module

Usage

Artifact:

The Maven coordinates of this project are space.kscience:visionforge-jupyter:0.5.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:visionforge-jupyter:0.5.0")
}