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 5ee2f71 commit eb88e1bCopy full SHA for eb88e1b
etc/docker/enterprise-gateway-demo/start-enterprise-gateway.sh.template
@@ -21,6 +21,7 @@ echo "Starting Jupyter Enterprise Gateway..."
21
22
jupyter enterprisegateway \
23
--log-level=${EG_LOG_LEVEL} \
24
+ --EnterpriseGatewayApp.inherited_envs=PYSPARK_PYTHON \
25
--MappingKernelManager.cull_idle_timeout=${EG_CULL_IDLE_TIMEOUT} \
26
--MappingKernelManager.cull_interval=30 \
27
--MappingKernelManager.cull_connected=${EG_CULL_CONNECTED} 2>&1 | tee /usr/local/share/jupyter/enterprise-gateway.log
0 commit comments