Kevin Bates

Results 510 comments of Kevin Bates

Hi @shreyashk09. Your observations are what I'd expect right now. Both kernel startup and communication are synchronous...until recently. jupyter_client (on which notebook sits on which kernel gateway sits) recently added...

What do you mean by _"enable kg"_? And what is your "pwd" test attempting to show - please explain? Kernel Gateway must be running before a notebook configured to use...

The gateway projects (Kernel and Enterprise) are intended to run remotely from the notebook server and, as a result, there's no guarantee that a given path from one server will...

The `KERNEL_WORKING_DIR` approach avoids multiple repo updates, so would be preferred. The solution should also confirm that the referenced location exists since its original intention was for containerized kernels that...

This is an interesting idea but given Kernel Gateway's support load, I don't see this being anything we can take on. Would the idea be to use JSON to send...

> I don't know if other subsystems of jupyter already provide this functionality I haven't heard of any, at least up the notebook stack, but there are many projects that...

@athewsey - I'm not sure if this would satisfy your use case but if you fronted your kernels with a gateway server, you could essentially hit that server from a...

Hi @SylvainCorlay. The changes look good to me so far. Prior to merge, could you please add a description that includes the reason for these changes and what impact they...

Hi @rcthomas, You might want to take a look at a recently added feature to jupyter_client called [_Kernel Provisioning_](https://jupyter-client.readthedocs.io/en/latest/provisioning.html). This introduces a framework that essentially abstracts the Popen portion of...

Hi @rcthomas. > It seems useful to have this for any kernel, is there a reason not to just put such a variable setting in the base provisioner? I suppose...