Roland Weber

Results 69 comments of Roland Weber

I've just been trying to connect to a kernel gateway with auth token through a node.js program using the jupyterlab/services client. I can list kernel specs and running kernels. But...

This seems to be the place... https://github.com/jupyter/kernel_gateway/blob/317033f90e17af0a9d314b78fba7941e968a5eeb/kernel_gateway/mixins.py#L57 And the corresponding code in notebook... https://github.com/jupyter/notebook/blob/68a514a29d0e79af66ce6dd75c87e991fb58126d/notebook/auth/login.py#L112 So there is no distinction between web socket and plain request authentication. Both will work with...

@jfleck1: Afaik, nobody is working on this. Would you like to? ;-)

Small correction: it's the kernel gateway that returns the error. The message never gets through to the kernel. Makes sense to add some error tolerance in this area. Any volunteers?

@PetraWang Could you please provide the notebook as a file attachment? If somebody else copies from your comment and saves it to a new notebook file, all kinds of character...

Thanks @PetraWang, zipping the file was the best approach to attach it :-) Character encodings are a tricky thing. Assuming the characters are encoded correctly in your ipynb file (which...

The configurable limit on the number of kernels is something that could be moved to juypter_client. Something I like about kernel gateway in websocket mode vs. a notebook server is...

AIUI, the responsible KernelManager has to disable its restarter when receiving the `shutdown_notification`.

This might be related: https://github.com/spyder-ide/spyder/issues/8766

@takluyver: Unfortunately, I don't have the time. But Sergey is sitting in the same office as I am, so it wouldn't be an independent review anyway :-) When I introduced...