Skip to content

Commit 573c2e3

Browse files
author
Sophie Goliber
committed
add invoke
1 parent fcbc5fc commit 573c2e3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

middleware/invoke

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)