Johannes Hidding
Johannes Hidding
I found out what triggers the error: stdout was closed when the kernel tried to start. I'll rename the issue.
Example to trigger: ```python #!/usr/bin/env python import jupyter_client import sys def main(): sys.stdout.close() with jupyter_client.run_kernel(kernel_name="python3") as kc: print(kc.is_alive(), file=sys.stderr) if __name__ == "__main__": main() ```
This issue is still not resolved with Vtk version 8 (running from Mayavi).
Found it! https://gitlab.com/wak/wak-trc-testing
Hi, Thanks! I wrote this a long time ago, and had to translate things into C++ to make it more efficient. I agree Scheme is the loveliest of languages. One...
Ok. I put an example in the README. It should go through most of the concepts in the code.
Started fork at [jhidding/UnicodePlots.jl](https://github.com/jhidding/UnicodePlots.jl).
Not really. cabal-debian just makes it very easy to create a Debian package, and I was hoping there's an easy fix. I could dig a bit deeper and see where...
Removing `--enable-tests` from the template fixes this
Hi, can you assign me to this?