To install jupyterscala from sources, you should do something like
git clone https://github.com/alexarchambault/jupyter-scala.git cd jupyter-scala sbt cli/pack cli/target/pack/bin/jupyter-scala
Then ipython kernelspec list should display scala211.
For the Scala 2.10 kernel, check the scala -2.10.x branch and make sbt ++ 2.10.5 cli / pack instead of sbt cli / pack. The kernel name is scala210. Please note that to use both cores simultaneously, it is necessary, for example, to clone repos in two different directories.
-
source share