v0.8.3
This is a technical release, fully compatible with Kotlin DataFrame 1.0.0-Beta4.
The Kandy statistics module now uses the same version as the main Kandy artifact.
To use it in a Notebook:
%use kandy(0.8.3, 0.8.3)
Or simply load the latest available descriptors:
%useLatestDescriptors
%use kandy
- If you want to include
dataframe, list it beforekandy:
%useLatestDescriptors
%use dataframe, kandy
// or
%use dataframe(1.0.0-Beta4n), kandy(0.8.3, 0.8.3)
- New
dataframeandkandyversions are not supported by older Kotlin Jupyter kernel versions. Please use kernel or newer.