Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When running under WSL, heatmap.html opens in w3m browser #3

Closed
Kyle-Falconer opened this issue Nov 22, 2019 · 2 comments
Closed

When running under WSL, heatmap.html opens in w3m browser #3

Kyle-Falconer opened this issue Nov 22, 2019 · 2 comments
Assignees
Labels
Bug Something isn't working

Comments

@Kyle-Falconer
Copy link

The line that opens heatmap.html in the default browser doesn't work when running the program in the Windows Subsystem For Linux (WSL). This is because the default browser in WSL is w3m, a text-only browser.

This is the line that causes the issue: https://github.com/luka1199/geo-heatmap/blob/master/geo_heatmap.py#L83

It would be nice if the output didn't automatically open in a browser, but instead notifies over standard output what file was created.

Here's a screenshot of what the result looks like:
heatmap screenshot

@luka1199
Copy link
Owner

Can you check if 2185d6f fixed this for you?

@Kyle-Falconer
Copy link
Author

Yup, works fine. I like the solution.

@luka1199 luka1199 self-assigned this Nov 27, 2019
@luka1199 luka1199 added the Bug Something isn't working label Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants