Skip to content

Commit c0d8073

Browse files
dbg
1 parent f579c9b commit c0d8073

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
@@ -43,7 +43,7 @@ const kernelPlugin: JupyterLiteServerPlugin<void> = {
4343
const serviceContainer = new ServiceContainer()
4444
await serviceContainer.init();
4545

46-
const welcomePanel = new WelcomePanel();
46+
const welcomePanel = new WelcomePanel(serviceContainer);
4747
document.body.appendChild(welcomePanel.getElement());
4848
const kernel = new EmbeddedKernel(options, serviceContainer);
4949

0 commit comments

Comments
 (0)