JJava is a Java kernel for Jupyter maintained by the DFLib.org community. The kernel executes code via the JShell tool. Some of the additional commands are supported via a syntax similar to IPython magics.
JJava is an evolution of the earlier IJava kernel, that is no longer maintained by its authors.
- Java 11 or newer
- Python and a Jupyter-like environment to use the kernel in.
More detailed instructions are available in the documentation.
- Download the latest release from the releases tab.
- Unzip it into a temporary location.
- Run the
jupyter kernelspec install path/to/downloaded/folder --user --name=java