ba

Results 11 comments of ba

@ProbStub did you go any further with this?

Thanks for looking into this @ajcollett. I do not set `hub.baseUrl`. But you did give me an idea though. I run a CDN (CloudFront) in front of the jupyter server,...

@kevin-bates thank you for the prompt response, it is greatly appreciated. > The EG_-prefixed envs that appear to be set on your client (notebook) server apply to the EG instance...

Further to this, I am using JupyterLab 3.0.16 It looks like JupyterLab is continuously requesting kernels, sessions, terminals from the Gateway ![image](https://user-images.githubusercontent.com/5399102/191422506-a9740139-ef71-4b25-8b0f-af22c13bacf3.png)

No, I have not modified `elyra/kernel-py:2.6.0`. Logs for that kernel are below. I do build EG from source following the make process and packaged up in my own docker image....

> On this, I would like to understand if you were ever able to lunch a kernel successfully using JEG and execute any notebook cell? Yes the kernel does launch...

I looked into the JEG codebase and traced the exception to this function `enterprise_gateway/services/processproxies/processproxy.py` Specifically this line to decode the data received from asyncio https://github.com/jupyter-server/enterprise_gateway/blob/main/enterprise_gateway/services/processproxies/processproxy.py#L277 The data received is empty...

> 1. Might you have multiple EG instances deployed or have enabled replicas? No, I only see one EG namespace with one EG pod in it > 2. Besides the...

logs from the JupyterHub test [enterprise-gateway.log](https://github.com/jupyter-server/enterprise_gateway/files/9640058/enterprise-gateway.log) [blair-bd858062-01df-494a-960b-7ded4511021c.log](https://github.com/jupyter-server/enterprise_gateway/files/9640059/blair-bd858062-01df-494a-960b-7ded4511021c.log)

Yes, later this week I plan to start with the basic deployment and test each modification. I will let you know how it goes.