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 6dd1c7c commit 29e80fdCopy full SHA for 29e80fd
jupyter
@@ -1,2 +1,3 @@
1
#!/bin/sh
2
-exec /usr/bin/sage -sh jupyter "$@"
+shift
3
+exec /usr/bin/sage -notebook jupyter "$@"
0 commit comments