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 3fa454a commit 053f5caCopy full SHA for 053f5ca
src/sage/repl/ipython_kernel/install.py
@@ -261,7 +261,8 @@ def check(cls):
261
'check your Jupyter configuration '
262
'(see https://docs.jupyter.org/en/latest/use/jupyter-directories.html)')
263
else:
264
- import sys, shutil
+ import sys
265
+ import shutil
266
from pathlib import Path
267
if Path(shutil.which(spec.argv[0])).resolve() != Path(sys.executable).resolve():
268
warnings.warn(f'The kernel named {ident} does not seem to correspond to this '
0 commit comments