We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465571c commit b1d3363Copy full SHA for b1d3363
modules/sandbox/script/voila.py
@@ -56,6 +56,7 @@ def page_config_hook(
56
"@voila-dashboards/jupyterlab-preview",
57
"@jupyter/collaboration-extension",
58
"@jupyter-widgets/jupyterlab-manager",
59
+ "@jupyterhub/jupyter-server-proxy", # This was causing an error in the console
60
]
61
disabled_extensions.extend(page_config.get("disabledExtensions", []))
62
0 commit comments