You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing Almond Jupyter kernel in standalone mode (coursier bootstrap almond:0.14.0-RC15 --standalone -o almond && ./almond --install) with Scala 3, it fails to run properly. The kernel starts successfully, but when attempting to run any code, it reports the following error:
I have tried installing using coursier launch --use-bootstrap with Scala 3 and coursier bootstrap almond:0.14.0-RC15 --scala 2.13.14, and both methods worked without any issues. The problem only occurs when installing using standalone mode with Scala 3.
Description
After installing Almond Jupyter kernel in standalone mode (
coursier bootstrap almond:0.14.0-RC15 --standalone -o almond && ./almond --install
) with Scala 3, it fails to run properly. The kernel starts successfully, but when attempting to run any code, it reports the following error:I have tried installing using
coursier launch --use-bootstrap
with Scala 3 andcoursier bootstrap almond:0.14.0-RC15 --scala 2.13.14
, and both methods worked without any issues. The problem only occurs when installing using standalone mode with Scala 3.Steps to Reproduce
Install coursier and latest Scala.
Install Almond Jupyter kernel in standalone mode.
Start JupyterLab (Also tried in VS Code).
Environment
Jupyter version:
The text was updated successfully, but these errors were encountered: