-
I've been working on a standalone angular app that utilizes the @jupyterlab/services package in order to interact with the kernel gateway.
Connection works and execution works, but when an error oc…
-
http://jupyter-kernel-gateway.readthedocs.io/en/latest/config-options.html
See things like :
--certfile= (KernelGatewayApp.certfile)
Default: None
The full path to an SSL/TLS certificate…
-
The PATH of the anaconda of all nodes, should it be the same? for example /home/user/anaconda3.0 or it can be different on every node :?
-
Hi,
It does not seem like we can connect to a kernel launched remotely via kernel_gateway, the jupyter server does not see any kernels launched remotely. Is there a way to do this or is this featur…
-
Can we have multiple spark-yarn kernels for example I have one fully running spark-python-yarn-cluster kernel and when I create a new one spark-python-yarn-client kernel and try to invoke it in jupyt…
-
Sorry if this is the wrong project to ask this question. I didn't know where else to ask for information ([SO attempt failed](https://stackoverflow.com/questions/50454941/correct-usage-of-jupyter-cli-…
-
At the moment [kernel_gateway](https://github.com/jupyter/kernel_gateway) is [well-supported](https://github.com/rs2/pydata-2017-jupyter-workshop/blob/master/docker/Dockerfile.nb#L38) by [Jupyter dash…
-
Hello guys,
Can you explain how should we pass "{port_range}" with command jupyter enterprisegateway --ip=0.0.0.0 :? Or should it be configured inside the kernel.json :?
I'm using version 0.9 of j…
-
Presetup:
-Start 1 Spark Master and 1 Spark Slave on the same host
-Install Jupyter env with Anaconda3
-Enable nb2kg for Jupyter
Steps to reproduce:
1) Start EG with ip=0.0.0.0
2) Start Jupyte…
-
In some shared environments, administrators might have a need to limit the resources consumption per user and thus limit the number of kernels running concurrently for the same user. We should expose …