You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kernel as of now is not working. Unclear on why.
java9_kernel
An ipython kernel for java 9. Last tested Kulla.jar was kulla--20160821005845.jar
Expectation Setting
This is an experimental ipython kernel written with an experimental repl written for
a unreleased java version. Don't expect this to be production ready.
If all worked you should be able to run the kernel:
ipython console --kernel java
Jupyter Console 4.0.2
[ZMQTerminalIPythonApp] Loading IPython extension: storemagic
java version "1.9.0-ea"
Java(TM) SE Runtime Environment (build 1.9.0-ea-b71)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b71, mixed mode)
In [1]: System.out.println("OMG")
System.out.println("OMG")
OMG
It should work in a notebook as well:
Troubleshooting:
Ensure the Kulla Jar is executable otherwise nothing will work.
If you are having issues saying things like "Module not found" or anything that suggests a dependency has not been installed and you are sure it is installed. Try verifying your python version. The example kernel in this readme is setup for python3. If you copy and paste it ensure you have your environment setup for python 3. Otherwise just update the kernel.json to point to whatever python environment you have setup.