Skip to content

Commit b1d3363

Browse files
committed
add jupyter-server-proxy to excluded due to voila-dashboards/voila#1499
1 parent 465571c commit b1d3363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/sandbox/script/voila.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def page_config_hook(
5656
"@voila-dashboards/jupyterlab-preview",
5757
"@jupyter/collaboration-extension",
5858
"@jupyter-widgets/jupyterlab-manager",
59+
"@jupyterhub/jupyter-server-proxy", # This was causing an error in the console
5960
]
6061
disabled_extensions.extend(page_config.get("disabledExtensions", []))
6162

0 commit comments

Comments
 (0)