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 32eb8d9 commit 7df7430Copy full SHA for 7df7430
build/pkgs/sagelib/spkg-install.in
@@ -54,6 +54,7 @@ if [ "$SAGE_EDITABLE" = yes ]; then
54
# Additionally build a wheel (for use in other venvs)
55
cd $SAGE_PKGS/sagelib/src && time sdh_build_and_store_wheel --no-build-isolation .
56
fi
57
+ jupyter kernelspec install --name=sagemath --sys-prefix $SAGE_LOCAL/share/notebook
58
else
59
# Now implied: "$SAGE_WHEELS" = yes
60
# We should remove the egg-link that may have been installed previously.
0 commit comments