Hello and thanks for all the hard work! The work to integreate jupyter-standaloneproxy into this project is amazing and very helpful. However, the (live) docs currently state that one should be able to: pip install jupyter-server-proxy[standalone]. This is a littel confusing, as this currently does not work:
warning: The package jupyter-server-proxy==4.4.0does not have an extra namedstandalone``
It does work when I install the latest version of this package diretly from github:
uv pip install "git+https://github.com/jupyterhub/jupyter-server-proxy.git[standalone]"
I suppose a new release is required before jupyter-server-proxy[standalone] is published. Can we expect a new release in the near future?
Hello and thanks for all the hard work! The work to integreate
jupyter-standaloneproxyinto this project is amazing and very helpful. However, the (live) docs currently state that one should be able to:pip install jupyter-server-proxy[standalone]. This is a littel confusing, as this currently does not work:warning: The packagejupyter-server-proxy==4.4.0does not have an extra namedstandalone``It does work when I install the latest version of this package diretly from github:
uv pip install "git+https://github.com/jupyterhub/jupyter-server-proxy.git[standalone]"I suppose a new release is required before
jupyter-server-proxy[standalone]is published. Can we expect a new release in the near future?