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
The pull request #507 has introduced an issue if command is passing a callable function.
[W 2025-02-24 19:28:56.126 ServerApp] jupyter_server_proxy | extension failed loading with message: TraitError("The 'command' trait of a ServerProcess instance expected a list, not the function '_get_cmd'.")
This breaks multiple server proxies as it is not possible anymore to pass a function using command.
Looking at the documentation of jupyter-server-proxy it should be possible to pass a callable function
jhgoebbert
changed the title
TraitError("The 'command' trait of a ServerProcess instance expected a list, not the function
callable arguments fail with TraitError(" .. instance expected a list, not the function")
Feb 25, 2025
The pull request #507 has introduced an issue if
command
is passing a callable function.This breaks multiple server proxies as it is not possible anymore to pass a function using
command
.Looking at the documentation of
jupyter-server-proxy
it should be possible to pass a callable functionHere are some examples on how and why for example
command
is used in server-proxies:The text was updated successfully, but these errors were encountered: