Open alshan opened 2 years ago
This dependency is also a possible cause of some of the issues with krangl usage in Android projects (https://github.com/holgerbrandl/krangl/issues/123#issuecomment-1030651415), as AFAIK Apache Batik is not built for Android.
In my notebook I'm using both, lets-plot and krangl libraries.
I've specified a particular version of lets-plot but noticed that notebook loads lets-plot' class-files that belong to a different lets-plot version.
For example, in the version I wanted to use, function
ggtitle()
has (new) parametersubtitle
. However, when I'm trying to use this function I'm getting an error:The issue occurs it seems due to lets-plot dependency in krangl maven artifact:
https://search.maven.org/artifact/com.github.holgerbrandl/krangl/0.17/jar
Would you consider building another krangl artifact - without this dependency, to be used specifically in Jupyter/Datalore notebooks with Jupyter Kotlin Kernel?