From 0ef0df3d142d1b985c0e262f47d3ce2f738c3451 Mon Sep 17 00:00:00 2001 From: Nikita Klimenko Date: Tue, 9 Jul 2024 16:40:55 +0300 Subject: [PATCH] Add a notice about external urls --- .../org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,