We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4f999 commit 1e3e348Copy full SHA for 1e3e348
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt
@@ -60,8 +60,10 @@ private const val MIN_KERNEL_VERSION = "0.11.0.198"
60
61
internal val newDataSchemas = mutableListOf<KClass<*>>()
62
63
-internal class Integration(private val notebook: Notebook, private val options: MutableMap<String, String?>) :
64
- JupyterIntegration() {
+internal class Integration(
+ private val notebook: Notebook,
65
+ private val options: MutableMap<String, String?>,
66
+) : JupyterIntegration() {
67
68
override fun Builder.onLoaded() {
69
setMinimalKernelVersion(MIN_KERNEL_VERSION)
0 commit comments