We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a77bf commit 56b3ffaCopy full SHA for 56b3ffa
1 file changed
src/pyinit.jl
@@ -257,7 +257,7 @@ function __init__()
257
end
258
259
# ensure Jupyter/IJulia flushes I/O streams (issue #912)
260
- if isdefined(Main, :IJulia) && IJulia.inited
+ if isdefined(Main, :IJulia) && Main.IJulia.inited
261
Main.IJulia.push_postexecute_hook() do
262
sys = pyimport("sys")
263
sys."stdout"."flush"()
0 commit comments