-
Single-threaded kernel startup causing notebook front end to lose connection to gateway as a lot of kernels are being started--so that notebook has to re-pull kernel specs from gateway after Elyra fin…
-
## Description
thank you all for this amazing work. I took some time today to try it out on a test kubernetes cluster (not supporting helm).
I basically went though the k8s docs and created a dep…
-
## Description
### Situation
[As spec in here,](https://github.com/jupyter/enterprise_gateway/blob/v2.1.1/etc/kernelspecs/python_kubernetes/kernel.json#L6)
when using "enterprise_gateway.services.p…
-
I'm trying to integrate JupyterHub with Jupyter Enterprise Gateway to launch remote IPython kernels on YARN.
Setup:
**Server1** (JupyterHub and Jupyter Notebook server/Jupyter Lab)
This serv…
-
Shouldn't we call `cleanup_resources()` if the version is `>=6.1.5` [here](https://github.com/jupyter/jupyter_client/blob/288b9d0927bcbf7d3e954c37d14e552f3f373324/jupyter_client/manager.py#L394-L395),…
-
Apologies if I'm doing something dumb. I've just started trying to play around with 0.3.0, and I'm running into some issues.
Context: I'm trying to get enterprise gateway's RemoteKernelManager to …
-
## Description
Hello, I am trying to deploy EG over Spark on Kubernetes. I have deployed Spark with the helm image here (https://github.com/helm/charts/tree/master/stable/spark) and EG through its …
-
## Description
When client requests missing kernel from enterprise gateway, the gateway raise a 404 error that relies on notebook error handling routine which uses jinja2 templates. However, jinja…
-
Original thread: https://github.com/jupyter/nbclient/issues/26
Some config-related issues that crop up using RKM (RemoteKernelManager) for one-off executions with nbclient/nbconvert:
- RKM depen…
-
## Description
Hi,
I have created a spark python ipynb file through jupyterhub UI, in which I've added an example for writing to hdfs. I am able execute the example through UI. But, when I am trying…