mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 18:43:44 -05:00
[GH-ISSUE #12404] feat: JupyterHub integration #71193
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dcieslak19973 on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12404
Check Existing Issues
Problem Description
I see that you have recently added support for integration with Jupyter notebooks. In corporate environments, Jupyter functionality may be provided through JupyterHub in order to give users a centralized multiuser Jupyter experience. Being able to integrate OpenWebUI with JupyterHub instances would be fantastic.
Desired Solution you'd like
Abilty to specify a JupyterHub endpoint; ideally users already authenticate to OpenWebUI using the same SSO that Jupyter would use and that identity could be passed thru
Alternatives Considered
Setting up a global shared jupyter notebook. However, users may wish to keep their usage private from other users
Additional Context
No response