You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run a simple jupyter-server with a single extension and enforce that no other extensions are picked up. This does not appear to be currently possible.
--ServerApp.jpserver_extensions allows to toggle off individual extensions if these are known, but there is no way to disable all and only enable select few.
Proposed Solution
Maybe --ServerApp.jpserver_extensions_allow_list which takes precedence over --ServerApp.jpserver_extensions?
Additional context
JupyterLab has an allow list and a block list for frontend extensions.
The text was updated successfully, but these errors were encountered:
I guess the closest thing to this is load_other_extensions in ExtensionApp. My problem right now is that this does not play nicely with JupyterHub which requires a ServerApp
Problem
I would like to run a simple jupyter-server with a single extension and enforce that no other extensions are picked up. This does not appear to be currently possible.
--ServerApp.jpserver_extensions
allows to toggle off individual extensions if these are known, but there is no way to disable all and only enable select few.Proposed Solution
Maybe
--ServerApp.jpserver_extensions_allow_list
which takes precedence over--ServerApp.jpserver_extensions
?Additional context
JupyterLab has an allow list and a block list for frontend extensions.
The text was updated successfully, but these errors were encountered: