File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dataframe-geo-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import org.jetbrains.kotlinx.jupyter.api.FieldHandler
1515import org.jetbrains.kotlinx.jupyter.api.FieldHandlerExecution
1616import org.jetbrains.kotlinx.jupyter.api.libraries.FieldHandlerFactory
1717import org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration
18+ import org.jetbrains.kotlinx.jupyter.api.outputs.display
1819import kotlin.reflect.KProperty
1920import kotlin.reflect.full.isSubtypeOf
2021import 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
You can’t perform that action at this time.
0 commit comments