Closed
Description
First of all, thank you for the nice package!
Here is my question:
How can I specify the default browser to display PlotlyLight.Plot() output?
For PlotlyJS.jl
this can be achieved via the following lines in startup.jl
# --- redefine default browser for PlotlyJS: ---------------------------------------------------------------------------
using PlotlyJS
import PlotlyJS: PlotlyBase.launch_browser
launch_browser(tmppath::String) = run(`cmd /c start msedge.exe $tmppath`)
What would be the equivalent for PlotlyLight
?
Metadata
Metadata
Assignees
Labels
No labels