Package-level declarations

Types

Link copied to clipboard
value class CellId(val value: Int)
Link copied to clipboard
data class JupyterCompilingOptions(val cellId: CellId, val isUserCode: Boolean)
Link copied to clipboard
@Serializable
class KotlinKernelSpec(val displayName: String, val language: String, val name: String)
Link copied to clipboard
@Serializable
class LanguageInfo(    val name: String,     val version: String,     val mimetype: String,     val fileExtension: String,     val pygmentsLexer: String,     val codemirrorMode: String,     val nbConvertExporter: String)

Properties

Link copied to clipboard
val currentKernelVersion: <Error class: unknown class>
Link copied to clipboard
val currentKotlinVersion: <Error class: unknown class>
Link copied to clipboard
val defaultGlobalImports: <Error class: unknown class>
Link copied to clipboard
val defaultRepositories: <Error class: unknown class>
Link copied to clipboard
val defaultRepositoriesCoordinates: <Error class: unknown class>
Link copied to clipboard
val defaultRuntimeProperties: <Error class: unknown class>
Link copied to clipboard
val ScriptCompilationConfigurationKeys.jupyterOptions: PropertiesCollection.Key<JupyterCompilingOptions>
Link copied to clipboard
val kernelClassLoader: <Error class: unknown class>

Functions

Link copied to clipboard
inline fun <T> ScriptCompilationConfiguration.Builder.addBaseClass()
Link copied to clipboard
fun <T> Logger.catchAll(stream: PrintStream = KernelStreams.err, msg: String = "", body: () -> T): T?
Link copied to clipboard
fun createRuntimeProperties(    kernelConfig: KernelConfig,     defaultProperties: ReplRuntimeProperties = defaultRuntimeProperties): ReplRuntimeProperties
Link copied to clipboard
fun Logger.errorForUser(stream: PrintStream = KernelStreams.err, message: String, throwable: Throwable? = null)
Link copied to clipboard
fun getCompilationConfiguration(    scriptClasspath: List<File> = emptyList(),     scriptReceivers: List<Any> = emptyList(),     compilerArgsConfigurator: CompilerArgsConfigurator,     scriptingClassGetter: GetScriptingClassByClassLoader = JvmGetScriptingClass(),     scriptDataCollectors: List<ScriptDataCollector> = emptyList(),     replCompilerMode: ReplCompilerMode = ReplCompilerMode.DEFAULT,     loggerFactory: KernelLoggerFactory,     body: ScriptCompilationConfiguration.Builder.() -> Unit = {}): ScriptCompilationConfiguration
Link copied to clipboard
fun String.parseIniConfig(): <Error class: unknown class>
Link copied to clipboard
fun propertyMissingError(propertyDescription: String): Nothing
Link copied to clipboard
fun readResourceAsIniFile(fileName: String, classLoader: ClassLoader): <Error class: unknown class>