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

Using a html in /tmp to open the browser does not work with snap-installed firefox #1508

Open
johann-petrak opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@johann-petrak
Copy link

Just running voila somefile.ipynb will show a 404 file not found error if the default browser is e.g. a snap installed Firefox on Linux (e.g. Ubuntu), but this will happen with any browser which sandboxes /tmp

The easiest solution would be to add an option that allows the html file that is created to be created in some directory which is visible in the browser, e.g. the current directory.
Alternately it should be possible to simply have voila open the URL where voila is running which should always work.

  • voila version 0.5.8
  • Operating System and version: Ubuntu 24.04
  • Browser and version: Firefox 132.0.1 installed via snap
@johann-petrak johann-petrak added the bug Something isn't working label Nov 14, 2024
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

1 participant