mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
feat: allow setting of jupyter kernel #4513
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).
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