Skip to content

Scala Jupyter Kernel

luongthevinh edited this page Jan 25, 2016 · 3 revisions

Dependencies: make sure you have got Anaconda Python v.27 and Scala installed.

So here to download a compressed copy of the Jupyter-Scala installer appropriate for your version of Scala (v10 / v11). Unpack / unzip the compressed file.

Launch a new command-line terminal window and navigate to the <path to Jupyter-Scala installer folder>/bin folder, and run command: jupyter-scala

  • if you encounter the "Permission denied" error, then run command chmod 777 jupyter-scala, then re-run the above command.

Run the command jupyter kernelspec list to verify that the Scala kernel is among those listed.

Clone this wiki locally