Skip to content
New issue

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

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

Already on GitHub? # to your account

How to open in Firefox instead of in Chromium, or export into a user-provided file path? #35

Open
nsajko opened this issue Apr 20, 2024 · 1 comment

Comments

@nsajko
Copy link

nsajko commented Apr 20, 2024

When I do @profview f(), I get a nice visualization in a newly-opened Chromium window.

  1. How to get the visualization in Firefox instead of in Chromium?

  2. How to export the visualization into some path on the file system?

@pfitzseb
Copy link
Owner

  1. Set your default browser to Firefox
  2. There's the semi-official ProfileCanvas.html_file(filename) for that (you can also use this to open whatever browser you want afterwards: run(`firefox $filename`))

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants