KernelRunMode

interface KernelRunMode

Represents settings that depend on the environment in which the kernel is running

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val name: String
Link copied to clipboard

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)