Skip to content

Commit 58a2d6a

Browse files
geo integration fix
1 parent 9572313 commit 58a2d6a

File tree

1 file changed

+2
-1
lines changed
  • dataframe-geo-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter

1 file changed

+2
-1
lines changed

dataframe-geo-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/IntegrationGeo.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import org.jetbrains.kotlinx.jupyter.api.FieldHandler
1515
import org.jetbrains.kotlinx.jupyter.api.FieldHandlerExecution
1616
import org.jetbrains.kotlinx.jupyter.api.libraries.FieldHandlerFactory
1717
import org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration
18+
import org.jetbrains.kotlinx.jupyter.api.outputs.display
1819
import kotlin.reflect.KProperty
1920
import kotlin.reflect.full.isSubtypeOf
2021
import kotlin.reflect.typeOf
@@ -55,7 +56,7 @@ internal class IntegrationGeo : JupyterIntegration() {
5556
}
5657

5758
render<GeoDataFrame<*>> {
58-
println("GeoDataFrame with ${it.crs?.name?.code} CRS and inner dataframe:")
59+
notebook.display("GeoDataFrame with ${it.crs?.name?.code} CRS and inner dataframe:")
5960
it.df
6061
}
6162

0 commit comments

Comments
 (0)