When using the scala
kernel with Vegas
we see the nice charts
But when switching to the scala-spark
kernel the imports no longer work:
What is the way to fix the imports for the spark
kernel?
As described here you'll probably need to tweak your notebook config to pre-load those libraries, so they are available at runtime.
Then you can do a normal import (without the funny $ivy
syntax, which actually comes from Ammonite REPL).