-
Notifications
You must be signed in to change notification settings - Fork 506
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
Running voila from command line in WSL (Windows 10) #773
Comments
Thanks @cdfredrickson. It is very likely that the switch to the Jupyter Server |
Thank you @jtpio for the reply. Using the Jupyter Server ExtensionApp does work (replacing Context: I was in a software development class and with a team, we created a dashboard with Jupyter Notebook and Voilà. We imagined our user would just be interacting with the dashboard and not our notebook. When using the ExtensionApp, the user has to edit the url themselves, adding a step to actually run the dashboard. Additionally, the user could potentially revert back to I would like to request a configuration option in Voilà similar to Jupyter:
I understand if you don't want to add this option for security reasons and if this is the case, you can close this issue. Again, thank you for your response and thank you for Voilà! |
Hello. Not sure if my problem is the same problem, but I too am trying to run
When I use I'll be happy to move this to a new issue if this is indeed unrelated to the original post. Thanks! |
I am having a problem running Voila from the command line using Ubuntu 18.04 LTS with WSL on Windows 10. When running
voila
orvoila NOTEBOOK_FILENAME
, voila properly runs at localhost:8866. However, a new browser instance does not open and I get an error message saying my system cannot find the file specified ("file:///tmp/tmpxxxxxxxx.html") for the line Start "file:///tmp/tmpxxxxxxxx.html".I have encountered a similar error with Jupyter Notebook in this environment. However, I was able to solve it by creating a jupyter_notebook_config.py file and setting c.NotebookApp.use_redirect_file = False, since there is a difference in file structures/paths between the runtime and the browser. Under this configuration,
jupyter notebook
properly runs and opens a new Chrome tab at localhost:8888. Is there an equivalent configuration for voila so I can run it from the command line and open a browser seamlessly without using --no-browser?I've looked through all the available configurables for voila, but being a new user, it's hard to understand exactly what the options do. If this option exists, apologies!
Thank you!
The text was updated successfully, but these errors were encountered: