Package-level declarations
Types
Link copied to clipboard
Default implementation that just stores in-memory values in a HashMap This also mean that they are live for the life-time of the jupyter session or until a new REPL result is calculated for the same id, after which the old result is GC'ed.
Link copied to clipboard
interface InMemoryReplResultsHolder
Interface for classes that can store in-memory results from the REPL.
Link copied to clipboard
Implementation that doesn't store anything. Should be used when the kernel isn't running in embedded mode.