How do I install Scala in Jupyter IPython Notebook?

后端 未结 6 2120
自闭症患者
自闭症患者 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:53

    Make sure spark is installed in local along with SPARK_HOME is added or exported in .profile/environment file.

    If not, you might get stuck with the following message:

    "Intitializing Scala interpreter ..."
    

    without any result.

提交回复
热议问题