We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The instructions given 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 refer to a command "along the lines" of
ln -s $(sage -sh -c 'ls -d $SAGE_VENV/share/jupyter/kernels/sagemath') $HOME/.local/share/jupyter/sagemath-dev
to make the SageMath kernel available to an existing (system) Jupyter installation. The actual kernel directory is (cf. https://jupyter-client.readthedocs.io/en/stable/kernels.html#kernel-specs) in $HOME/.local/share/jupyter/kernels, so /kernels should be appended to the respective lines.
$HOME/.local/share/jupyter/kernels
/kernels
Component: documentation
Keywords: easy
Author: Benjamin Hackl
Branch/Commit: 096e228
096e228
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/34756
The text was updated successfully, but these errors were encountered:
Branch: u/behackl/docs/fix-jupyter-kernel-dir
Sorry, something went wrong.
Commit: 096e228
New commits:
trac 34756: appended /kernels to jupyter kernel paths
Thanks for catching & fixing this mistake
Changed branch from u/behackl/docs/fix-jupyter-kernel-dir to 096e228
dfc299b
No branches or pull requests
The instructions given 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 refer to a command "along the lines" of
to make the SageMath kernel available to an existing (system) Jupyter installation. The actual kernel directory is (cf. https://jupyter-client.readthedocs.io/en/stable/kernels.html#kernel-specs) in
$HOME/.local/share/jupyter/kernels
, so/kernels
should be appended to the respective lines.Component: documentation
Keywords: easy
Author: Benjamin Hackl
Branch/Commit:
096e228
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/34756
The text was updated successfully, but these errors were encountered: