When instantiating ServerProcess instances after parsing entrypoints, there is no error handling to prevent a poorly-behaved plugin from disabling other plugin loading through exception propagation:
|
processes.append(ServerProcess(name=name, **server_process_config)) |
When instantiating
ServerProcessinstances after parsingentrypoints, there is no error handling to prevent a poorly-behaved plugin from disabling other plugin loading through exception propagation:jupyter-server-proxy/jupyter_server_proxy/config.py
Line 359 in 2b8a32b