LibraryDefinitionImpl
Trivial implementation of LibraryDefinition - simple container.
Properties
List of callbacks called after cell evaluation
List of type annotations used by annotations processor
List of code preprocessors
Callbacks that might be called when client changes its color scheme, or on library initialization. New color scheme value is passed to the callback
List of type converters used by type providers processors
List of artifact dependencies in gradle colon-separated format
Optional textual description of this library
List of file annotation handlers
List of code snippets evaluated on library initialization
List of code snippets evaluated before every cell evaluation
Integration type name rules for the library integration classes which are about to be loaded transitively
Predicates to tell if the declaration is internal. Internal declarations tend to be not shown to a user in the variables view, but take place in resolution
Callbacks that are run if java.lang.ThreadDeath was thrown during cell execution. In normal conditions, it happens if the user interrupted cell execution via UI
Minimal kernel version that is supported by this library
Original descriptor text, or null if it has non-textual nature
List of type renderers. Consider using org.jetbrains.kotlinx.jupyter.api.Renderable as it's generally more convenient
List of repositories to resolve dependencies in
List of library resources
List of code snippets evaluated on kernel shutdown
List of text renderers which are used as fallback rendering option. Check out README for more information
Renderers of thrown exceptions