You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
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) parameter subtitle. 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:
Would you consider building another krangl artifact - without this dependency, to be used specifically in Jupyter/Datalore notebooks with Jupyter Kotlin Kernel?
The text was updated successfully, but these errors were encountered:
This dependency is also a possible cause of some of the issues with krangl usage in Android projects (#123 (comment)),
as AFAIK Apache Batik is not built for Android.
alshan
added a commit
to JetBrains/lets-plot-kotlin
that referenced
this issue
Mar 29, 2022
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?
The text was updated successfully, but these errors were encountered: