Package-level declarations

Types

Link copied to clipboard
class CodeCellImpl(val notebook: NotebookImpl, val id: Int, val code: String, val prevCell: CodeCell?) : MutableCodeCell
Link copied to clipboard
class NotebookImpl(val loggerFactory: KernelLoggerFactory, runtimeProperties: ReplRuntimeProperties, val commManager: CommManager, communicationFacility: JupyterCommunicationFacility, explicitClientType: JupyterClientType?, val libraryLoader: LibraryLoader, val kernelRunMode: KernelRunMode, debugPortProvided: Boolean) : MutableNotebook, Closeable