We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e30011 commit 7f42d98Copy full SHA for 7f42d98
1 file changed
jjava-jupyter/src/main/java/org/dflib/jjava/jupyter/kernel/BaseKernel.java
@@ -60,8 +60,12 @@
60
import java.util.concurrent.ConcurrentHashMap;
61
import java.util.concurrent.atomic.AtomicInteger;
62
63
+/**
64
+ * A common superclass of JVM-aware kernels.
65
+ */
66
public abstract class BaseKernel {
67
68
+ // is only not null between "onStartup" and "onShutdown" of a singleton instance
69
protected static BaseKernel notebookKernel;
70
71
public static final String IS_COMPLETE_YES = "complete";
0 commit comments