Skip to content

Commit

Permalink
Merge pull request #774 from Kotlin/koperagen-patch-1
Browse files Browse the repository at this point in the history
Add a notice about external urls
  • Loading branch information
koperagen authored Jul 11, 2024
2 parents 146f5bb + 0ef0df3 commit 30301fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import kotlin.reflect.full.isSubtypeOf
private const val MIN_KERNEL_VERSION = "0.11.0.198"

internal val newDataSchemas = mutableListOf<KClass<*>>()

// 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<String, String?>,
Expand Down

0 comments on commit 30301fc

Please sign in to comment.