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
15
15
import org.jetbrains.kotlinx.jupyter.api.FieldHandlerExecution
16
16
import org.jetbrains.kotlinx.jupyter.api.libraries.FieldHandlerFactory
17
17
import org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration
18
+ import org.jetbrains.kotlinx.jupyter.api.outputs.display
18
19
import kotlin.reflect.KProperty
19
20
import kotlin.reflect.full.isSubtypeOf
20
21
import kotlin.reflect.typeOf
@@ -55,7 +56,7 @@ internal class IntegrationGeo : JupyterIntegration() {
55
56
}
56
57
57
58
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:" )
59
60
it.df
60
61
}
61
62
You can’t perform that action at this time.
0 commit comments