allen-ball
released this
11 Sep 05:22
·
21 commits
to trunk
since this release
Ganymede Kernel 2.1.2.20230910 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.
<dependency>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>ganymede</artifactId>
<version>2.1.2.20230910</version>
</dependency>
Most notably, this version provides support Apache Maven Artifact Resolver 1.9.15 and Apache Spark 3.3.3.
Quickstart if Java 11 (or later) and Jupyter are already installed:
$ curl -sL https://github.com/allen-ball/ganymede/releases/download/v2.1.2.20230910/ganymede-2.1.2.20230910.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.1.1.20221231...v2.1.2.20230910