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

Commit 08811ea

Browse files
authored
Simplify the kernel spec
1 parent 0c29a21 commit 08811ea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ const server_kernel: JupyterLiteServerPlugin<void> = {
3131
display_name: 'Python (XPython)',
3232
language: 'python',
3333
argv: [],
34-
spec: {
35-
argv: [],
36-
env: {},
37-
display_name: 'Python (XPython)',
38-
language: 'python',
39-
interrupt_mode: 'message',
40-
metadata: {}
41-
},
4234
resources: {
4335
'logo-32x32': logo32,
4436
'logo-64x64': logo64

0 commit comments

Comments
 (0)