dataframe
dataframe copied to clipboard
Java 11?
The DataFrame library currently targets Java 8. This is to ensure the widest compatibility across the board and follow Kotlin/JVM itself. However, kotlin-jupyter, a key component for DataFrame, recently updated to Java 11, making it impossible to update it.
We have two options:
- Update to Java 11
- https://github.com/Kotlin/dataframe/issues/241
- (Convince @ileasile to downgrade again)
What should we do?
BTW, kandy uses 11 for a year already
https://github.com/Kotlin/kandy/commit/1f5d01ec4365f008ec33ea6e448c205fdba31489
https://youtrack.jetbrains.com/issue/KTNB-686
Can be solved by solving https://github.com/Kotlin/dataframe/issues/241. Then we can keep Java 8 but update Jupyter to 11