|
Main.IJulia.stdio_bytes[] = 0 # issue #76: circumvent IJulia I/O throttling |
This line causes
ParallelProcessingTools to fail when combined with
IJulia@1.30.0 or newer due to the new implementation of
stdio _bytes, which was refactored in
JuliaLang/IJulia.jl#1145
ParallelProcessingTools.jl/src/display.jl
Line 75 in d97e709
This line causes
ParallelProcessingToolsto fail when combined withIJulia@1.30.0or newer due to the new implementation ofstdio _bytes, which was refactored in JuliaLang/IJulia.jl#1145