mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #11925] feat: allow setting of jupyter kernel #55070
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 @evolu8 on GitHub (Mar 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11925
Check Existing Issues
Problem Description
Jupyter runs with a default, global kernel. This is often not safe or ideal for other reasons. Being able to hit a specific kernel would be good.
Desired Solution you'd like
in the code interpreter dialogue I'd like to set the kernel of choice
Alternatives Considered
No response
Additional Context
No response
@gattytto commented on GitHub (Mar 21, 2026):
it would be great if open-webui detected the kernels from list-kernels and figured which code snipetts can have a "run" button depending on wether the interpreter has a kernel for it 👀