Skip to content

Commit 2fddb1b

Browse files
committed
Simpler jupyter alias script
1 parent f3d7259 commit 2fddb1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jupyter

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/bin/sh
2-
3-
shift # gobbles up the notebook argument
4-
exec /usr/bin/sage -notebook jupyter "$@"
2+
exec /usr/bin/sage -sh jupyter "$@"

0 commit comments

Comments
 (0)