How do I disable deprecated warnings in Julia 0.6?

Many of the packages I try to use comes way before Julia 0.6, and they are throwing deprecated warnings everywhere. Is there a way to disable all deprecated warnings on startup?

Try julia --help:

--depwarn={yes|no|error} Enable or disable syntax and method deprecation warnings ("error" turns warnings into errors)

3 Likes

how to do the same in JuliaBox?

1 Like