We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af23d4 commit 4aac5e6Copy full SHA for 4aac5e6
kernel/src/index.ts
@@ -11,7 +11,7 @@ import { DeviceService } from './services/DeviceService';
11
var devService: DeviceService | null = null;
12
13
// Kernel plugin for the embedded kernel
14
-const kernelPlugin: JupyterLiteServerPlugin<void> = {
+const kernelPlugin: JupyterLiteServerPlugin<[IKernelSpecs, INotebookTracker]> = {
15
id: 'jupyterlite-embedded-kernel:kernel',
16
autoStart: true,
17
requires: [IKernelSpecs, INotebookTracker],
0 commit comments