Things under legendu
Note: Apache Toree is a better alternative than Jupyter Scala. It is suggested that you use Apache Toree instead of Jupyter Scala.
You can install Jupyter Scala following the steps below.
Make sure Java and Scala are installed.
sudo apt install openjdk-8-jdk scalaDownload coursier and move it to a searchable path. I place it in
$HOME/binwhich I have included in$PATH.curl -L -o coursier https://git.io/vgvpD && chmod +x coursierClone the jupyter-scala repository.
git clone git@github.com:alexarchambault/jupyter-scala.gitRun the following command insider the directory to insall Jupyter Scala.
./jupyter-scalaYou might have issues due to no permission to create directories/files under
$HOME/.local/share/jupyter. If that happens, change the permission of the directory and try again.sudo chmod -R 777 $HOME/.local/share/jupyter