Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ScriptCompilationConfigurationKeys.jupyterOptions: PropertiesCollection.Key<JupyterCompilingOptions>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
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(), body: ScriptCompilationConfiguration.Builder.() -> Unit = {}): ScriptCompilationConfiguration
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard