Skip to content

Commit

Permalink
add jupyter-server-proxy to excluded due to voila-dashboards/voila#1499
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Oct 14, 2024
1 parent 465571c commit b1d3363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/sandbox/script/voila.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def page_config_hook(
"@voila-dashboards/jupyterlab-preview",
"@jupyter/collaboration-extension",
"@jupyter-widgets/jupyterlab-manager",
"@jupyterhub/jupyter-server-proxy", # This was causing an error in the console
]
disabled_extensions.extend(page_config.get("disabledExtensions", []))

Expand Down

0 comments on commit b1d3363

Please sign in to comment.