Here\'s a few links that I went to and did exactly what they said. I don\'t know what I\'m doing wrong.
https://github.com/alexarchambault/jupyter-scala
https://gith
conda create --name base2 --clone base
to create an env just like base.
conda activate base2
to move to the new env.
conda install -c conda-forge spylon-kernel
.
python -m spylon_kernel install --user
. create a kernel spec for Jupyter notebook
jupyter-notebook
...and works just fine.
I'm using:
from def suma(a: Int) = a + 3