Skip to content

Commit 29e80fd

Browse files
committed
Reverting to using sage -notebook jupyter; sage -sh was not working after all
1 parent 6dd1c7c commit 29e80fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2-
exec /usr/bin/sage -sh jupyter "$@"
2+
shift
3+
exec /usr/bin/sage -notebook jupyter "$@"

0 commit comments

Comments
 (0)