Skip to content

Move Jupyter integration in new dataframe-jupyter module #775

Closed
@koperagen

Description

@koperagen

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
image

So we either need to

  1. rollback the change (but still likely will have to do it in the future)
  2. depend on dataframe-jupyter from dataframe, but it requires JVM 11 bump
  3. 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 set version= in gradle.properties. Then execute publishDataframe-jupyterPublicationToMavenRepository on teamcity

Metadata

Metadata

Assignees

Labels

infrastructureGitHub actions, Gradle Scripts, Writerside, etc.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions