cylc / cylc-uiserver

A Jupyter Server extension that serves the cylc-ui web application for monitoring and controlling Cylc workflows.
https://cylc.org
GNU General Public License v3.0
15 stars 18 forks source link

add jupyter extensions to userprofile handler #641

Open oliver-sanders opened 2 weeks ago

oliver-sanders commented 2 weeks ago

Partially addresses https://github.com/cylc/cylc-uiserver/issues/470

List Jupyter server extensions that provide web applications (i.e. cylc & lab) in the "userprofile".

I might see if I can get the implementation into Jupyter Server in the future (opened https://github.com/jupyter-server/jupyter_server/pull/1469). We will probably want to continue merging this into our own userprofile endpoint for convenience though.

Check List