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
348 stars 148 forks source link

Add configurable choice of a JupyterLab launcher category to present registered proxies (Notebook, Console, Other) #244

Closed eddienko closed 3 months ago

eddienko commented 3 years ago

As preparation work for #145 this pull request adds the capability to configure under which launcher category the proxy applications will appear.

It needs a bit of check from people who have more experience with extensions. Screenshots follow.

Screenshot 2021-02-08 at 20 54 39 Screenshot 2021-02-08 at 20 55 23 Screenshot 2021-02-08 at 20 55 53
welcome[bot] commented 3 years ago

Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly. welcome You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

eddienko commented 3 years ago

Issues:

yuvipanda commented 3 months ago

A variant of this was merged in #453