Skip to content

Commit 30301fc

Browse files
authored
Merge pull request #774 from Kotlin/koperagen-patch-1
Add a notice about external urls
2 parents 146f5bb + 0ef0df3 commit 30301fc

File tree

1 file changed

+1
-1
lines changed
  • dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter

1 file changed

+1
-1
lines changed

dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import kotlin.reflect.full.isSubtypeOf
5757
private const val MIN_KERNEL_VERSION = "0.11.0.198"
5858

5959
internal val newDataSchemas = mutableListOf<KClass<*>>()
60-
60+
// make sure to update URLs to this file here if it's moved or renamed https://github.com/Kotlin/kotlin-jupyter/pull/461
6161
internal class Integration(
6262
private val notebook: Notebook,
6363
private val options: MutableMap<String, String?>,

0 commit comments

Comments
 (0)