Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit eecaf4b

Browse files
authored
Merge pull request #43 from jtpio/plugin-if
Fix plugin id
2 parents 0c29a21 + f2f05b2 commit eecaf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import logo32 from '../style/logos/python-logo-32x32.png';
1717
import logo64 from '../style/logos/python-logo-64x64.png';
1818

1919
const server_kernel: JupyterLiteServerPlugin<void> = {
20-
id: '@jupyterlite/xeus-kernel-extension:kernel',
20+
id: '@jupyterlite/xeus-python-kernel-extension:kernel',
2121
autoStart: true,
2222
requires: [IKernelSpecs, IServiceWorkerRegistrationWrapper],
2323
activate: (

0 commit comments

Comments
 (0)