Git Product home page Git Product logo

Comments (4)

kMutagene avatar kMutagene commented on May 15, 2024

Hi @thomasd3 , sorry for the late reply.

I guess then all the other display functions such as Chart.Show dont work either?

The error seems to be related to your OS as Process.start seems only able to open executables on macOS, while on windows using a file opens it with the default program. Seems like we need to adjust this behaviour on runtime based on the OS. I dont have a mac though, so testing this could prove hard. I will push some changes and release a preview package on nuget, would be cool if you could test it when its done.

from plotly.net.

zyzhu avatar zyzhu commented on May 15, 2024

Take a look at this pull in XPlot. I fixed it a while ago to work with different OS.
fslaborg/XPlot@19c9251#diff-b135992486db43681541285661efff96

from plotly.net.

kMutagene avatar kMutagene commented on May 15, 2024

Thanks @zyzhu , this is exacty what i am trying now. However it seems like that xdg-open is not installed on every unix machine. I was testing that with the ubuntu wsl app for windows:

root@Surface:/mnt/c/Users/kevin/source/repos/muehlhaus/FSharp.Plotly/bin/FSharp.Plotly/netstandard2.0# cd /tmp
root@Surface:/tmp# URL="./7fd73ea4-eaa0-4ae0-8381-e15d337a4d5b.html"; xdg-open $URL

Command 'xdg-open' not found, but can be installed with:

apt install xdg-utils

root@Surface:/tmp#

There seem to be a few command line methods around to open the standard browser on a unix system. Currently i am trying to emulate this command:

URL="./7fd73ea4-eaa0-4ae0-8381-e15d337a4d5b.html"; xdg-open $URL || sensible-browser $URL || x-www-browser $URL || gnome-open $URL

which tries the most common ones with fallback. In my case, the third command works:

root@Surface:/tmp# URL="./7fd73ea4-eaa0-4ae0-8381-e15d337a4d5b.html"; xdg-open $URL || sensible-browser $URL || x-www-browser $URL || gnome-open $URL

Command 'xdg-open' not found, but can be installed with:

apt install xdg-utils

Couldn't find a suitable web browser!
Set the BROWSER environment variable to your desired browser.
root@Surface:/tmp#

Any thoughts on that?

Edit: I guess for starters, your solution is perfectly okay and it seems reasonable to require the installation of that package. Could be worth to revisit in the future

from plotly.net.

kMutagene avatar kMutagene commented on May 15, 2024

I adopted@zyzhu 's code snippet. @thomasd3, the changes are available in v1.2.2 if you want to have a look.

from plotly.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.