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 fcbc5fc commit 573c2e3Copy full SHA for 573c2e3
middleware/invoke
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+
3
+#
4
+# jupyter tool
5
6
+/usr/bin/invoke_app "$@" -t intro2python \
7
+ -C "start_jupyter -T @tool -t intro2python.ipynb" \
8
+ -u anaconda-7 \
9
+ -r none \
10
+ -w headless
0 commit comments