简体   繁体   中英

How to install sbt package for Jupyter notebook with Scala kernel?

I am using Jupyter notebook with Scala kernel? How can I install sbt package and load it for the notebook?

It seems this https://www.scala-sbt.org/1.x/docs/Scripts.html is related.

late answer, but likely you would like to use Almond as a Scala kernel. Simply import sbt packages with ivy , eg:

import $ivy.`org.scalaz::scalaz-core:7.2.27`, scalaz._, Scalaz._

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM