I have some reusable Ammonite REPL's sc
files that were used in some Jupyter Scala notebooks.
Now I am creating a standalone application built from sbt. I hope I can reuse these existing sc
files in the sbt project.
Is it possible to share these sc
files for both Jupyter Scala/Ammonite REPL and sbt projects? How to make scala
sources and sc
files compile together?