-
I'm trying to build an image for jupyter-enterprise-gateway to launch a matlab kernel worker,
for example: launch a "python_kubernetes" kernel, it will run image elyra/kernel-py:2.1.0 , it's CMD is…
-
MappingKernelManager cannot be used as kernel_manager_class and I only just realized it didn't inherit from KernelManager. Looking at the source, it seems they're very different things, but that's co…
-
How possible would it be to do this?
I think the difficulty here is making a processproxy that does similar things to the ssh one and the docker one and also passing which docker image to run a no…
-
Hi @kevin-bates. I am trying to spawn kernel'pods into AWS Fargate.
AWS Fargate works as a normal kubernetes worker node, so i think it could be possible.
The problem is that each time we want to…
-
It would be nice to make a new release, so that the `AsyncKernelManager` can go into `jupyter_server`: https://github.com/jupyter/jupyter_server/pull/191
-
I found there is a big chance that notebook failed to connect with kernel-image pod, I'm sure that kernel-image works fine, Is it because of timeout etc. ?
## kc get pod
```
NAMESPACE …
-
This week a few of us (@townsenddw @Zsailer @rafael-ladislau) began to experiment more with Keycloak (https://www.keycloak.org/). This is part of a new effort to improve JupyterHub's integration with …
-
# Description
Notebook:
import sparknlp
spark = sparknlp.start()
leads to the error "Exception: Java gateway process exited before sending its port number"
Best guess is JAVA_HOME is n…
-
From #279. Author: @lresende
Looks like we are receiving more details on the client-side, but I would like to make this a little more user-friendly. Maybe we could get inspired on the old Windows …
-
## Description
In YARN if the containers memory becomes full, it kills the container and the Spark application. In case of remote kernels launched through EG, if the container's memory becomes full …