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
I tried the following with Jupyterhub notebook and it works seamlessly:
# Step 1: Install spylon kernel
pip install spylon-kernel
# Step 2: create a kernel spec
python -m spylon_kernel install
# Step 3: start jupyter notebook
jupyter notebook
PS: to list all installed kernels, you can run the following command:
jupyter kernelspec list