-
Notifications
You must be signed in to change notification settings - Fork 505
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
403 GET /voila/files/None (127.0.0.1): File not allowlisted #1474
Comments
I have got the same problem, the page is empty. I am running voila with systemd. Example notebook is the basics one: https://github.com/voila-dashboards/voila/blob/main/notebooks/basics.ipynb. Any help is highly appreciated. Installed libs are (from the production setup):
|
It is showing fine in jupyterlab. Now I tried the voila preview and I saw this message at the bottom:
Maybe it is not the main reason... |
The problem happens only if voila is started with |
seems to be from here <!-- Load mathjax -->
<script src="None?config=None"> </script> Why does this happen? Are there extra steps to enable MathJax? |
Description
When I run a jupyter notebook using voila jupyter_notebook.ipynb which has ipywidgets, I get
403 GET /voila/files/None (127.0.0.1): File not allowlisted
Reproduce
Run a jupyter notebook using voila jupyter_notebook.ipynb which has ipywidgets
Expected behavior
The example here https://github.com/voila-dashboards/voila shows it should work with ipywidgets
Context
Installed the latest version of voila using pip install voila
Also, I am using Github codespaces.
I have changed
~/.jupyter/jupyter_notebook_config.py to add
and
~/.jupyter/jupyter_server_config.py:
The text was updated successfully, but these errors were encountered: