Closed
Description
New dataframe-jupyter module should be added here in dependencies
https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/dataframe.json
However, after kernel is updated in the Kotlin Notebook to use this descriptor (for example in 2024.2)
%use dataframe(0.13.1)
will produce an error
So we either need to
- rollback the change (but still likely will have to do it in the future)
- depend on dataframe-jupyter from dataframe, but it requires JVM 11 bump
- publish empty kotlin-jupyter for 0.13.1, 0.12.0 and some other versions. So it will be resolved and cause no errors.
To do this we need to create a branch from commit before the refactoring, create an empty module, then create a few branches from it and setversion=
in gradle.properties. Then execute publishDataframe-jupyterPublicationToMavenRepository on teamcity