aboutsummaryrefslogtreecommitdiff
path: root/kernel.json
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-19 12:39:03 -0800
committerLuciano Resende <lresende@apache.org>2017-01-23 11:10:04 -0800
commit78920739e7f5c3e1ee6d6c4632e513aabf108eb2 (patch)
treee083c557ff6a77e78ff56980d2a31a9c5d4d68f1 /kernel.json
parentf378b236663cef80a02215714e7b5590fdc8e26b (diff)
downloadtoree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.tar.gz
toree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.tar.bz2
toree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.zip
Lifecycle management for Toree Gateway
The lifecycle enables starting/stopping the remote Toree instance when a Notebook is started/stopped. This also includes other minor changes to support Python 3.5.x
Diffstat (limited to 'kernel.json')
-rw-r--r--kernel.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.json b/kernel.json
index 1a7e342..52e57d9 100644
--- a/kernel.json
+++ b/kernel.json
@@ -5,7 +5,7 @@
"display_name": "Toree Gateway Kernel",
"argv": [
"python",
- "/opt/toree-gateway/python/toree-gateway-kernel.py",
+ "/opt/toree-gateway/python/toree_gateway_kernel.py",
"-f",
"{connection_file}"
],