Ganymede Kernel 2.1.0.20221217
allen-ball
released this
18 Dec 02:13
·
49 commits
to trunk
since this release
Ganymede Kernel 2.1.0.20221217 is released.
The Ganymede Kernel is a Jupyter Notebook Java kernel based on JShell combined with an integrated Apache Maven-like POM, support for JVM languages such as Groovy, Javascript, and Kotlin, and support for Apache Spark and Scala binary distributions.
This release improves on 2.0.3.20221217 with Apache Maven Resolver 1.9.x., Apache Spark 3.3.x, and Spring Boot 2.7.x. dev.hcf.ball:*
artifacts are now available on Maven Central.
<dependency>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>ganymede</artifactId>
<version>2.1.0.20221217</version>
</dependency>
Quickstart if Java 11 (or later) and Jupyter are already installed:
$ curl -sL https://github.com/allen-ball/ganymede/releases/download/v2.1.0.20221217/ganymede-2.1.0.20221217.jar -o ganymede.jar
$ java -jar ganymede.jar -i
Please see the project page for detailed installation instructions and its features and usage.
Full Changelog: v2.0.3.20221217...v2.1.0.20221217