Description
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
- Extract Jupyter dependencies to different module #241
- (Convince @ileasile to downgrade again)
What should we do?