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-M1


Group ID:
com.github.alexarchambault.jupyter
Artifact ID:
kernel_2.11
Version:
0.3.0-M1
Release Date:
Jan 28, 2016
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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