Skip to content

Commit 2d8a70a

Browse files
committed
Store kernelspecs under jupyter, not IPython
1 parent 31efca1 commit 2d8a70a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/kernel/kernelspec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
else: # PROGRAMDATA is not defined by default on XP.
1919
SYSTEM_KERNEL_DIRS = []
2020
else:
21-
SYSTEM_KERNEL_DIRS = ["/usr/share/ipython/kernels",
22-
"/usr/local/share/ipython/kernels",
21+
SYSTEM_KERNEL_DIRS = ["/usr/share/jupyter/kernels",
22+
"/usr/local/share/jupyter/kernels",
2323
]
2424

2525
NATIVE_KERNEL_NAME = 'python3' if PY3 else 'python2'

0 commit comments

Comments
 (0)