JuliaPy / JuliaPy/PythonCall.jl
IPython redirect stdout
Open
enhancement
- Dominant language
- Julia
- Stars
- 1.1k
- Forks
- 86
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 3
Description
We used to set `Base.stdout` to `PyIO(sys.stdout)` but this causes bugs so is removed.
Instead copy the IJulia approach: use `pipe = redirect_stdout()` and have an async task watch the pipe for output and write it to `sys.stdout`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.