-
-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sage -n: Warn the user if user configuration shadows our kernels #33651
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
This is how we can read out the
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
Author: Matthias Koeppe |
comment:6
(not really tested yet) |
New commits:
|
Changed branch from u/mkoeppe/sage__n__warn_the_user_if_user_configuration_shadows_our_kernels to public/33651 |
Reviewer: Kwankyu Lee |
comment:8
Minor edits. With my limited tests, it works well. I am positive. |
Changed reviewer from Kwankyu Lee to Kwankyu Lee, ... |
Changed author from Matthias Koeppe to Matthias Koeppe, Kwankyu Lee |
Changed reviewer from Kwankyu Lee, ... to Kwankyu Lee, Matthias Koeppe |
Changed branch from public/33651 to |
(from #33650 comment:7)
In https://doc.sagemath.org/html/en/installation/launching.html#setting-up-sagemath-as-a-jupyter-kernel-in-an-existing-jupyter-notebook-or-jupyterlab-installation we tell users to install the kernelspec of a Sage installation using
jupyter kernelspec install --user
.But we forget to tell them that it will shadow the kernel invoked by
sage -n
globally (for every copy of Sage), unless--name
is used to rename it fromsagemath
to something more specific.In this ticket:
sage -n
issue a warning if the user configuration shadows the kernelsCC: @kwankyu @dimpase
Component: user interface
Author: Matthias Koeppe, Kwankyu Lee
Branch/Commit:
0add420
Reviewer: Kwankyu Lee, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/33651
The text was updated successfully, but these errors were encountered: