Kevin Bates

Results 510 comments of Kevin Bates

I just realized the EG doc builds are failing 😞 - fixing now. However, the doc update in EG (not sure if there was another here as well) can be...

EG 2.2 [was released a couple of weeks ago](https://github.com/jupyter/enterprise_gateway/releases). If you find any issues or have specific questions regarding EG/RemoteKernelManager, please open an issue in EG or post your question...

I believe more information is required here. What does your request look like? I'm curious where the id `df4015c9-9824-4c6f-854b-fe8601f0b148?1532632374048` is coming from since just prior to that, we see `c0169618-1f04-49fe-8b98-311f6df27668:270b28ea405236eaf399c29bf4be76e6`,...

Yeah, I agree with the confusion between `session` and `kernel` apis. I do know that creating a session will lead to the creation of a kernel. I hoping some of...

@bashterm, I'm not claiming to have cycles to look at this, but it would be helpful if you could provide some insight into the `change_kernel()` method or, better yet, the...

Hi @flying-sheep - I just learned about this issue. `launch_IRkernel.R` is used solely by [Enterprise Gateway](https://github.com/jupyter/enterprise_gateway) to accommodate remote invocations into resource-managed clusters. It is primarily responsible for creating the...

When using nbformat 4.5+, each cell has an `id` field that contains a "unique" value. I suspect the `cellId` in the kernel message is derived from that. ```JSON { "cells":...

ok. It could also imply there's a "disconnect" on some level with a gateway involved. Do you see the same behavior when not going through the gateway?

I would say the gateway is a "kernel as a service" model. It has both HTTP and WSS APIs. All kernel interactions - whether that be for the kernel's lifecycle...

@SimonBiggs - Since the hood is up, I think this might be a good time to check out [jupyter server](https://github.com/jupyter/jupyter_server) if you haven't already.