We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3f7b9 commit c157057Copy full SHA for c157057
src/sage/repl/ipython_kernel/install.py
@@ -269,6 +269,7 @@ def check(cls):
269
warnings.warn(f'The kernel named {ident} does not seem to be runnable; '
270
'check your Jupyter configuration '
271
'(see https://docs.jupyter.org/en/latest/use/jupyter-directories.html).')
272
+ return
273
if Path(kernel_executable).resolve() != Path(sys.executable).resolve():
274
warnings.warn(f'The kernel named {ident} does not seem to correspond to this '
275
'installation of SageMath; check your Jupyter configuration '
0 commit comments