Skip to content

Commit 5ae09ef

Browse files
committed
warn about deprecation of jupyter kernelspec install-self
1 parent 55b4585 commit 5ae09ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter_client/kernelspecapp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ def _kernel_spec_manager_default(self):
227227
}
228228

229229
def start(self):
230+
self.log.warn("`jupyter kernelspec install-self` is DEPRECATED as of 4.0."
231+
" You probably want `ipython kernel install` to install the IPython kernelspec.")
230232
try:
231233
from ipykernel import kernelspec
232234
except ImportError:

0 commit comments

Comments
 (0)