org.jetbrains.kotlinx.jupyter.DebugUtilityProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-jupyter-kernel Show documentation
Show all versions of kotlin-jupyter-kernel Show documentation
Kotlin Jupyter kernel published as artifact
package org.jetbrains.kotlinx.jupyter
import org.jetbrains.kotlinx.jupyter.api.Notebook
class DebugUtilityProvider(private val notebook: Notebook) {
fun getPresentableVarsState(): Map> = notebook.variablesState.mapValues { it.value.value }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy