Kevin Bates
Kevin Bates
Thanks for the diagram. Got a few questions, observations: 1. EG can't spawn "contained" kernels w/o also being "contained" itself. Are you finding otherwise? 2. I'm curious how Hub knows...
> I'm using a custom ProcessProxy for launching docker containers (custom images), which also adds some logic about volumes to mount. Nice. Are you thinking about contributing that back to...
Hello @AmitJuneja25. Kernel state "starting" is the initial state and is set by the `KernelManager` when it initiates the kernel's startup. All other state values are the result of the...
@AmitJuneja25 - at this point, there's nothing to look at here. Do you know what version of the underlying `notebook` package you're using? The output of `jupyter --version` may prove...
Thanks for the version info. Again, there isn't much to go on here although it looks like you're using relatively up-to-date versions of things. - What kind of kernel is...
Hi @debashis1982 - no worries regarding your "hijack" comment - it's good to have other data points. I have some questions that I'm hoping you can answer. 1. When you...
Hi @zexuan-zhou - thanks for the question. Sorry about the missing contributor page. It should be pointing to [this](https://github.com/jupyter/enterprise_gateway/blob/master/docs/source/contrib.md). (Contributions welcome! :smile: ) Regarding a PyTorch kernelspec, I would imagine...
Hi Max - good catch. I think treating this trait as an actual list is more correct, although that can be a bit more difficult in scripting, etc. Still, I...
I think what you say makes a lot of sense and we should strongly consider these changes (traitlets >= 5 and renames) - after all, a major release is when...
I like the naming suggestions, although I think `EnterpriseGatewayApp.forward_env` will be confused with `GatewayClient.forward_env` and the two are different. Does `EnterpriseGatewayApp.inherited_envs` for `EnterpriseGatewayApp.env_process_whitelist` sound less confusing? You'd then have: -...