Open swissarthurfreeman opened 1 year ago
Hello,
I am having the same issue here.
LE: @swissarthurfreeman, for me it worked with the following versions of almond 0.13.3
and scala 2.13.10
./coursier launch --fork almond:0.13.3 --scala 2.13.10 -- --install --global
openjdk 17.0.4 2022-07-19
OpenJDK Runtime Environment (build 17.0.4+8-Ubuntu-122.04)
OpenJDK 64-Bit Server VM (build 17.0.4+8-Ubuntu-122.04, mixed mode, sharing)
This is mentioned somewhere but the short version is: Gotta make sure the notebook can actually find the coursier cache.
I used
ENV COURSIER_CACHE=/usr/share/coursier/cache
in a dockerfile to set this.
See related issue: https://github.com/almond-sh/almond/issues/729
Hello,
I'm trying to setup a test jupyterhub with nbgrader instance that uses a scala kernel. I've been following the instructions and I can't seem to get it to work. I'm installing almond with the
--global
option as if it's ommitedjupyter kernelspec list
does not find the scala kernel. The installation steps I followed (after downloading the courier file using curl as per the instructions)Upon launching a jupyter notebook instance, I do indeed see the scala kernel But after a couple of seconds, I it gets disconnected, the Scala icon disappears and the text goes to 'No Kernel'
Jupyter notebook console I get the error :
Followed by multiple retries until a "Kernel Does not Exist" error is thrown. I've tried with almond kernel 0.10.0 but had a similar error, instead it was a 'Class almond.ScalaKernel not found' error.
My java version output is :
I'm at a loss as to what to do here, any help or ideas would be appreciated.