Kevin Bates

Results 510 comments of Kevin Bates

> Typically HPC system don't know yet where a kernel will start as well for example to it would be easier for the kernel to connect back to the login...

Hi @davidbrochart - Formally speaking, that [proposal](https://github.com/jupyter/enhancement-proposals/pull/45) is still in the JEP process - although it appears to have a majority of approvals. To the best of my knowledge, Jupyter...

Hi @mlucool. I think because papermill doesn't derive from the traitlets `Application` class, there isn't a _driver_ to exercise the configuration machinery. (I would love to hear otherwise and feel...

I'm not familiar with the IPC transport, but looking into this for a bit, it appears there needs to be better "randomization" happening when checking for the [ipc "port" existence](https://github.com/jupyter/jupyter_client/blob/c81771416d9e09e0e92be799f3e8549d0db57e43/jupyter_client/connect.py#L133)....

@mlucool - thanks for the update. > the runtime dir did not work great on NFS for the above test. I saw race conditions resulting in RuntimeError: Kernel didn't respond...

Thanks for the ping @MSeal and hello @j-raghavan. It is possible to run a notebook via Papermill while targeting an EG server and this is exactly what the Elyra server...

Correct. @golf-player's change was to allow a _local_ installation access to the same kernels that EG provides w/o having to proxy the kernel's lifecycle management to the EG server. In...

@jpugliesi - thanks for starting this discussion and offering to help - thank you. The gateway integration that is embedded in the Notebook server purely instructs notebook to redirect its...

> I would like to get to a point where jupyter_client has an RKM class that meets a few remote kernel needs as a base (possibly as an abstract class)....

Ok, fair enough. I suppose you're talking about current clients of jupyter_client and not about folks that want to write a kernel provider. There are a handful of examples of...