我已经安装了jupyter-notebook,现在我尝试将scala安装到jupyter,但是会引发错误。
将scala安装到我的jupyter-notebook中,但会抛出错误行
[error] Expected ID character
[error] Not a valid command: cli (similar: client, alias, plugin
[error] Expected project ID
[error] Expected configuratio
[error] Expected ':'
[error] Expected key
[error] Not a valid key: cli (similar: clean, doc)
[error] cli/target/pack/bin:jupyter-scala
[error] ^
object Main{
def main(args:Array[Srtring]){
}
}
sbt cli/packArchive
键入此命令时显示错误
请使用正确的命令帮助我,以便将scala安装到我的jupyter-notebook中。