Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JupyterServer: easier switching between extensions #470

Open
oliver-sanders opened this issue Jul 17, 2023 · 1 comment
Open

JupyterServer: easier switching between extensions #470

oliver-sanders opened this issue Jul 17, 2023 · 1 comment
Milestone

Comments

@oliver-sanders
Copy link
Member

One JupyterServer instance may run multiple extensions each with their own root endpoint e.g. /cylc and /lab.

We would like to make it easier to switch between different server extensions:

  • To help users discover which extensions are available.
  • To make it easier to switch away from the default extension (configured in a ServerApp config).

This is a broader Jupyter problem, not just a Cylc thing, but this control must be implemented in every extension separately.

If there isn't an easy interface for listing active extensions / endpoints consider contributing one upstream to jupyter_server to help with this endeavour.

See #298

@oliver-sanders
Copy link
Member Author

I've raised an issue on Jupyter Server for discussing the general issue of switching between extension apps and whether Jupyter Server does/might provide an interface to facilitate this.

jupyter-server/jupyter_server#1414

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant