jupyterhub / jupyter-server-proxy

Jupyter notebook server extension to proxy web services.
https://jupyter-server-proxy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
354 stars 147 forks source link

WIP: Entrypoint configurable #509

Open manics opened 3 weeks ago

manics commented 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 = ...

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)