Skip to content

Commit 4aac5e6

Browse files
dbg
1 parent 2af23d4 commit 4aac5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { DeviceService } from './services/DeviceService';
1111
var devService: DeviceService | null = null;
1212

1313
// Kernel plugin for the embedded kernel
14-
const kernelPlugin: JupyterLiteServerPlugin<void> = {
14+
const kernelPlugin: JupyterLiteServerPlugin<[IKernelSpecs, INotebookTracker]> = {
1515
id: 'jupyterlite-embedded-kernel:kernel',
1616
autoStart: true,
1717
requires: [IKernelSpecs, INotebookTracker],

0 commit comments

Comments
 (0)