Open manics opened 3 weeks ago
This means a custom proxy can be installed, and configured using traitlets in a standard jupyter_server_config file.
For example, it should mean (though needs to be tested) that instead of setting a env-var in https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/134 we could set c.JupyterRemoteDesktopProxy.xstartup = ...
c.JupyterRemoteDesktopProxy.xstartup = ...
This is just a single commit https://github.com/jupyterhub/jupyter-server-proxy/commit/58e56671e5074214216b139013da1d0717c008aa on top of https://github.com/jupyterhub/jupyter-server-proxy/pull/508 (which is on top of https://github.com/jupyterhub/jupyter-server-proxy/pull/507)
This means a custom proxy can be installed, and configured using traitlets in a standard jupyter_server_config file.
For example, it should mean (though needs to be tested) that instead of setting a env-var in https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/134 we could set
c.JupyterRemoteDesktopProxy.xstartup = ...
This is just a single commit https://github.com/jupyterhub/jupyter-server-proxy/commit/58e56671e5074214216b139013da1d0717c008aa on top of https://github.com/jupyterhub/jupyter-server-proxy/pull/508 (which is on top of https://github.com/jupyterhub/jupyter-server-proxy/pull/507)