EmbeddedKernelRunMode

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Substitution happens only for the main thread in all non-standalone modes, because there may be outputs not related to the cell being executed.

Functions

Link copied to clipboard

Creates an intermediary ClassLoader between the parent classloader (which is usually a classloader that loads kernel classpath) and the chain of REPL classloaders, including the base one. If null is returned, no intermediate classloader will be used.

Link copied to clipboard
open fun initializeSession(notebook: Notebook, evaluator: CodeEvaluator)
Link copied to clipboard
open override fun toString(): String