Skip to content

python-jupyterlab does not know how to open browser #21139

Closed
@Kreijstal

Description

@Kreijstal

Description / Steps to reproduce the issue

Jupyter nor jupyterlab can't open browser, the reason is the path transformation is wrong they try to open "file:///C://" which windows does not find. However "file://C:/" will work, a workaround is to do path replacement like this

jupyter lab --browser "powershell start ('\"%s\"' -replace '\"//\"','\"/\"')"

Expected behavior

jupyter lab opens browser

Actual behavior

jupyter lab does not open browser like in every other distro

Verification

Windows Version

MINGW64_NT-10.0-19045

MINGW environments affected

  • MINGW64
  • MINGW32
  • UCRT64
  • CLANG64
  • CLANG32
  • CLANGARM64

Are you willing to submit a PR?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions