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
[x] I have read CONTRIBUTING.md and added my name as a Code Contributor.
[x] Contains logically grouped changes (else tidy your branch by rebase).
[x] Does not contain off-topic changes (use other PRs for other changes).
[x] Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
[x] Tests are included (or explain why tests are not needed).
[x] Changelog entry included if this is a change that can affect users (it doesn't)
[x] Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
[x] If this is a bug fix, PR should be raised against the relevant ?.?.x branch.
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
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).?.?.x
branch.