We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23059fb commit 05172f0Copy full SHA for 05172f0
src/init.jl
@@ -169,6 +169,7 @@ gui = :default
169
# initialization -- anything that depends on Python has to go here,
170
# so that it occurs at runtime (while the rest of PyPlot can be precompiled).
171
function __init__()
172
+ ccall(:jl_generating_output, Cint, ()) == 1 && return nothing
173
isjulia_display[] = isdisplayok()
174
copy!(matplotlib, pyimport_conda("matplotlib", "matplotlib"))
175
mvers = matplotlib.__version__
0 commit comments