Skip to content

Commit 031da7e

Browse files
committed
install jupyter kernel data to the venv
1 parent 148e483 commit 031da7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/pkgs/sagelib/spkg-install.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ if [ "$SAGE_EDITABLE" = yes ]; then
5454
# Additionally build a wheel (for use in other venvs)
5555
cd $SAGE_PKGS/sagelib/src && time sdh_build_and_store_wheel --no-build-isolation .
5656
fi
57+
jupyter kernelspec install --name=sagemath --sys-prefix $SAGE_LOCAL/share/notebook
5758
else
5859
# Now implied: "$SAGE_WHEELS" = yes
5960
# We should remove the egg-link that may have been installed previously.

0 commit comments

Comments
 (0)