How do I install Scala in Jupyter IPython Notebook?

后端 未结 6 2204
自闭症患者
自闭症患者 2021-01-31 00:47

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

6条回答
  •  無奈伤痛
    2021-01-31 00:59

    I can't add a comment to Heapify's answer, but his solution worked for JupyterLab on Windows without problems.

    I cut and pasted his code into an Anaconda Powershell prompt

    pip install spylon-kernel
    python -m spylon_kernel install
    jupyter notebook
    

    And refreshed my anacopnda launcher and the spylon project option was available.

提交回复
热议问题