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
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
The text was updated successfully, but these errors were encountered:
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 /tmpThe 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.
The text was updated successfully, but these errors were encountered: