How do I install Scala in Jupyter IPython Notebook?

后端 未结 6 2209
自闭症患者
自闭症患者 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 01:02

    The answer for Linux can be found here.

    Install Scala. Add these lines to ~/.bashrc

    export SCALA_HOME=/usr/local/share/scala export PATH=$PATH:$SCALA_HOME/bin:$PATH Follow these instructions from the GitHub site:

    Download and unpack pre-packaged binaries Scala 2.11. Unpack each downloaded archive(s), and, from a console, go to the bin sub-directory of the directory it contains. Then run the following to set-up the corresponding Scala kernel:

    ./jove-scala --kernel-spec

提交回复
热议问题