You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python’s webbrowser module (as of 3.10) cannot correctly launch an HTML file from inside WSL. python/cpython#89752
Nothing much we can do here (short of coming up with a fix for CPython), but something to keep in mind when someone else fails to run an example.
As a workaround, you can always launch the HTML file manually with /mnt/c/Windows/explorer.exe <path/to/html> (replace c with wherever your Windows system drive is).
The text was updated successfully, but these errors were encountered:
Python’s
webbrowser
module (as of 3.10) cannot correctly launch an HTML file from inside WSL. python/cpython#89752Nothing much we can do here (short of coming up with a fix for CPython), but something to keep in mind when someone else fails to run an example.
As a workaround, you can always launch the HTML file manually with
/mnt/c/Windows/explorer.exe <path/to/html>
(replacec
with wherever your Windows system drive is).The text was updated successfully, but these errors were encountered: