Files
2026-02-08 11:20:43 -10:00
..
2026-02-08 11:20:43 -10:00
2026-02-08 11:20:43 -10:00
2026-02-08 11:20:43 -10:00
2026-02-08 11:20:43 -10:00

:dataframe-jupyter

This module, published as dataframe-jupyter, contains all logic and tests for DataFrame to be able to work in Jupyter notebooks and the Kotlin Notebook IntelliJ Plugin.

The main integration point is at Integration.kt. This is what will be called when people write %use dataframe thanks to our Kotlin Notebook library descriptor.

This module is a friend module of :core to be able to access internal APIs.

See Get started with Kotlin DataFrame on Jupyter Notebook, and Usage with Kotlin Notebook Plugin.

This module targets java 11 because of the restriction from org.jetbrains.kotlin.jupyter.