You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function open_browser_window(filename::AbstractString)
25
25
@static if Sys.isapple()
26
-
return run(`open $(filename)`)
26
+
return run(`open $filename`)
27
27
elseif Sys.islinux() || Sys.isbsd() # Sys.isbsd() addition is as yet untested, but based on suggestion in https://github.com/JuliaPlots/Plots.jl/issues/681
0 commit comments