almond-sh/almond

How to Specify to use Scala 2.12

joesan opened this issue · 1 comments

I just installed the latest version of Almond on my local Ubuntu machine, but as when I tried to create a new notebook using Scala kernel, I'm not able to specify the Scala 2.12 version.

Screenshot from 2021-09-19 11-30-01

Any ideas? Is there a place where I can configure it?

Resolved using the following command:

./coursier launch --fork almond:0.10.0 --scala 2.12.11 -- --install --force