Skip to content

Option to specify default browser to display PlotlyLight.Plot() output #26

Closed
@StefanPofahl

Description

@StefanPofahl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions