vegas-viz/Vegas

Usage within the scala-spark kernel of jupyter notebooks

javadba opened this issue · 1 comments

Vegas is working in the spark kernel of jupyter notebooks - using the following :

import $ivy.org.vegas-viz::vegas:0.3.9

But $ivy is not supported apparently in the the scala-spark kernel. How can the Vegas be used for that kernel?

It looks like that kernel is called apache toree and from the vegas docs then:

%AddDeps org.vegas-viz vegas_2.11 {vegas-version} --transitive
implicit val render = vegas.render.ShowHTML(kernel.display.content("text/html", _))