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

Commit 4674234

Browse files
authored
Merge pull request #38 from martinRenou/rename_kernel
Rename kernel to match classic xeus-python
2 parents 4f02207 + 613c6e2 commit 4674234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ const server_kernel: JupyterLiteServerPlugin<void> = {
2828
kernelspecs.register({
2929
spec: {
3030
name: 'xeus-python',
31-
display_name: 'xeus-python',
31+
display_name: 'Python (XPython)',
3232
language: 'python',
3333
argv: [],
3434
spec: {
3535
argv: [],
3636
env: {},
37-
display_name: 'xeus-python',
37+
display_name: 'Python (XPython)',
3838
language: 'python',
3939
interrupt_mode: 'message',
4040
metadata: {}

0 commit comments

Comments
 (0)