Giter VIP home page Giter VIP logo

Comments (2)

saikonen avatar saikonen commented on May 26, 2024

which distro are you using for the WSL? I tried this with Ubuntu and out of the box it does not work, but I wasn't able to get the same error as you with the metaflow cards command.

What is happening is that under the hood metaflow is calling webbrowser.open for the html file path, and as WSL does not have a browser configured by default, this fails.

exporting a host system browser to the supported environment variable should fix the issue

export BROWSER="mnt/c/path-to-browser.exe"

an easy test for if WSL is able to launch a browser is

sensible-browser google.com

from metaflow.

saikonen avatar saikonen commented on May 26, 2024

closing this for now as it shouldn't be a Metaflow specific issue. We can reopen if it turns out to be a reproducible bug with WSL and not missing configuration.

from metaflow.

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.