We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ac3a6 commit 3578769Copy full SHA for 3578769
1 file changed
jjava-distro/src/main/java/org/dflib/jjava/distro/JJava.java
@@ -71,10 +71,10 @@ public static void main(String[] args) throws Exception {
71
72
.build();
73
74
- // this inits built-in Extensions
+ // install built-in Extensions
75
kernel.onStartup();
76
77
- // adds custom jars to classpath, loads Extensions from them
+ // add custom locations to JShell classpath, look for Extensions there, load and install them
78
kernel.addToClasspath(Env.extraClasspath());
79
80
// connect to Jupyter
0 commit comments