Skip to content

Commit 9165bd5

Browse files
dbg
1 parent 982721a commit 9165bd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kernel/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ const kernelPlugin: JupyterLiteServerPlugin<void> = {
7171
await kernel.ready;
7272

7373
activeKernels.set(kernel.id, kernel);
74+
75+
// print the app to console
76+
console.log("JupyterLite Embedded Kernel Plugin Later app show:", app);
77+
7478
return kernel;
7579
}
7680
});

0 commit comments

Comments
 (0)