diff --git a/dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt b/dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt index 1118f70353..9ab6896603 100644 --- a/dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt +++ b/dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt @@ -57,7 +57,7 @@ import kotlin.reflect.full.isSubtypeOf private const val MIN_KERNEL_VERSION = "0.11.0.198" internal val newDataSchemas = mutableListOf>() - +// make sure to update URLs to this file here if it's moved or renamed https://github.com/Kotlin/kotlin-jupyter/pull/461 internal class Integration( private val notebook: Notebook, private val options: MutableMap,