Kevin Bates

Results 510 comments of Kevin Bates

Hi @m0hit-aggarwal - thank you for your interest! I pulled up the [PR](https://github.com/jupyter/enterprise_gateway/pull/760) you had provided last December and you're approach of using the kernel session manager was the right...

Great - it sounds like we're on the same page. I suspect there will be some overlap with Telemetry metrics that are slated for jupyter_server and we'd likely make EG...

@IMAM9AIS - this would be fantastic! This seems to imply that we'd want to have our own handlers in place since some of these probably warrant updates to those locations...

If you move to the master branch (where we've removed EG's dependency on Kernel Gateway), you should have the ability to get the `/metrics` endpoint exposed. I suspect this would...

I think we're going to need to move the `etc` directory under `enterprise_gateway` in the repo so that the necessary files to assemble kernelspecs will be available following pip install....

Yeah, this is the classic issue with remote kernels. Currently, you'll need to mount (via NFS or some other mechanism) the user's home directory (or wherever the files are located)...

For YARN configurations this can be addressed via Kerberos. For container configs, user-specific mounts can be used. Which environment are you referring to? cc: @lresende

(I apologize for the delayed response) This probably isn't going to be the answer you were hoping for since you'll still need to apply the appropriate mount logic into the...

Got a couple comments. 1. @esevan - thank you for the update - I don't think this is time-sensitive. When you do make the changes to the Dockerfile for the...