kernel-api


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.jupyter-scala
ArtifactId

ArtifactId

kernel-api_2.10
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

kernel-api
kernel-api
Project URL

Project URL

https://github.com/alexarchambault/jupyter-kernel
Project Organization

Project Organization

org.jupyter-scala
Source Code Management

Source Code Management

https://github.com/alexarchambault/jupyter-kernel

Download kernel-api_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/org.jupyter-scala/kernel-api_2.10/ -->
<dependency>
    <groupId>org.jupyter-scala</groupId>
    <artifactId>kernel-api_2.10</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jupyter-scala/kernel-api_2.10/
implementation 'org.jupyter-scala:kernel-api_2.10:0.4.1'
// https://jarcasting.com/artifacts/org.jupyter-scala/kernel-api_2.10/
implementation ("org.jupyter-scala:kernel-api_2.10:0.4.1")
'org.jupyter-scala:kernel-api_2.10:jar:0.4.1'
<dependency org="org.jupyter-scala" name="kernel-api_2.10" rev="0.4.1">
  <artifact name="kernel-api_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jupyter-scala', module='kernel-api_2.10', version='0.4.1')
)
libraryDependencies += "org.jupyter-scala" % "kernel-api_2.10" % "0.4.1"
[org.jupyter-scala/kernel-api_2.10 "0.4.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.6

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.4.1