fiber-space / jupyter-kernel-jsr223

A JSR223 compliant Jupyter kernel implementation in Java
Apache License 2.0
61 stars 12 forks source link

[jython-kernel] Protocol problems #12

Closed david11rsww closed 6 years ago

david11rsww commented 6 years ago

As JDK8 not suppotted, I installed java 1.7.0_79. And still the mission control is reported 5.3. This is the ERROR:

Exception in thread "Thread-0" java.lang.RuntimeException: [jupyter-kernel] Protocol version 5.3not supported by this kernel

bdw429s commented 6 years ago

Hi @david11rsww were you able to get around the issues with protocol version 5.3? cc/ @fiber-space

david11rsww commented 6 years ago

I have installed a different kernel that support Java8, and it runs with no problem.