Thomas Kluyver
Thomas Kluyver
Yup, that sounds sensible. I might poll Slurm every 30 seconds or so as a starting point. I'm actually polling every 2 seconds for another project ([sfollow](https://github.com/European-XFEL/sfollow)) with so far...
This isn't my project, but I am now a co-maintainer. I'd say that the `.map()` method on the executor should be supported as well. I don't think your workaround is...
I'm not sure there's a great way to do it, unless we just mark them all as running as soon as they're created. But maybe that's reasonable, since we haven't...
I'd probably make the try/except smaller, just around the bit where we call `set_result` and `set_exception`. And any prints should be behind an `if self.debug`, like the existing messages (or...
This just bit the [us.zoom.Zoom](https://github.com/flathub/us.zoom.Zoom) flatpak. A new version had been found to crash on launch, so the PR was not merged, and we were discussing what the issue was...
Sure: https://github.com/flathub/us.zoom.Zoom/pull/429 & https://github.com/flathub/us.zoom.Zoom/pull/436 I think it's getting a different hash because the base branch had changed in the meantime, as mentioned in #178.
The docs on writing wrapper kernels [do include](http://jupyter-client.readthedocs.io/en/latest/wrapperkernels.html#example) an example of a kernel echoing execute requests, though this doesn't currently include packaging and distribution, just the code itself. Doug Blank's...
> are all four of 'status', 'execution_count', 'payload', and 'user_expressions" necessary? It's a bit vague whether empty fields can be omitted; the docs don't explicitly say that's OK, but in...
See jupyter/jupyter_client#222
Currently there's only one style, but I am working on that (when I'm working on cite2c). See issue #4.