mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #12124] feat: able to change the root dir of jupyter when excute the code #16476
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 @tjc0726 on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12124
Check Existing Issues
Problem Description
I can't change the root dir when running code using jupyter even I configed c.ServerApp.root_dir in jupyter, the access jupyter from broswer is working as expected, but when I use it to run the code, seems it's still running from the / dir.
Desired Solution you'd like
Is there any way I can change the base dir through config file in open-webui or jupyter? If not, an evironment variable to do this would been nice!
Alternatives Considered
No response
Additional Context
No response