Skip to content

Commit

Permalink
Support disabledExtensions (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Aug 4, 2023
1 parent b7ca401 commit 84eb8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voila/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def get_page_config(base_url, settings, log, voila_configuration: VoilaConfigura
"@voila-dashboards/jupyterlab-preview",
"@jupyter/collaboration-extension",
]
disabled_extensions.extend(page_config.get("disabledExtensions", []))
required_extensions = ["@jupyter-widgets/jupyterlab-manager"]
federated_extensions = deepcopy(page_config["federated_extensions"])

Expand Down

0 comments on commit 84eb8ec

Please sign in to comment.