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 30301fc commit d019123Copy full SHA for d019123
dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt
@@ -57,7 +57,7 @@ import kotlin.reflect.full.isSubtypeOf
57
private const val MIN_KERNEL_VERSION = "0.11.0.198"
58
59
internal val newDataSchemas = mutableListOf<KClass<*>>()
60
-// make sure to update URLs to this file here if it's moved or renamed https://github.com/Kotlin/kotlin-jupyter/pull/461
+
61
internal class Integration(
62
private val notebook: Notebook,
63
private val options: MutableMap<String, String?>,
0 commit comments