jupyter-scala / jupyter-kernel   0.4.1

GitHub

Helpers to write Jupyter / IPython kernels on the JVM

Scala versions: 2.12 2.11 2.10

Jupyter kernel

Helper library to write Jupyter / IPython kernels on the JVM - Scala agnostic parts of jupyter-scala

Build Status Maven Central Scaladoc

jupyter-kernel is a library that helps writing kernels for Jupyter / IPython on the JVM. It mainly targets Scala for now, but could be used for other languages as well. It tries to implement the 5.0 version of the IPython messaging protocol.

Limitations

It currently has a poor test coverage, although that point should be easy to address.

Notice

Released under the LGPL version 3 license.