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

kernel 0.3.0-M3


Group ID:
com.github.alexarchambault.jupyter
Artifact ID:
kernel_2.11
Version:
0.3.0-M3
Release Date:
Feb 1, 2016
Licenses:
Files:

libraryDependencies += "com.github.alexarchambault.jupyter" %% "kernel" % "0.3.0-M3"

Mill build tool

ivy"com.github.alexarchambault.jupyter::kernel:0.3.0-M3"

Scala CLI

//> using dep "com.github.alexarchambault.jupyter::kernel:0.3.0-M3"

Ammonite REPL

import $ivy.`com.github.alexarchambault.jupyter::kernel:0.3.0-M3`

<dependency>
  <groupId>com.github.alexarchambault.jupyter</groupId>
  <artifactId>kernel_2.11</artifactId>
  <version>0.3.0-M3</version>
</dependency>

compile group: 'com.github.alexarchambault.jupyter', name: 'kernel_2.11', version: '0.3.0-M3'