org.jetbrains.kotlinx.jupyter.util.DefaultPromptOptions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-jupyter-api Show documentation
Show all versions of kotlin-jupyter-api Show documentation
API for libraries supporting Kotlin Jupyter notebooks
package org.jetbrains.kotlinx.jupyter.util
/**
* Defaults for [org.jetbrains.kotlinx.jupyter.api.Notebook.prompt]
*/
object DefaultPromptOptions {
const val PROMPT = "stdin:"
const val IS_PASSWORD = false
}