mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #14669] issue: Jupyter create links to "sandbox:/" URL #17329
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 @JoeyVinc on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14669
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
0.7.0
Operating System
ubuntu 22.04
Browser (if applicable)
Edge
Confirmation
README.md.Expected Behavior
if the code creates a file and the LLM decides to respond the file for download - there is a link created as "https://localhost//europe_map.html"
Actual Behavior
I have successfully configured and running Jupyter and OWUi.
Everything works fine: the code gets interpreted and executed within Jupyter.
But: if the code creates a file and the LLM decides to respond the file for download - there is a link created as "sandbox:/home/jovyan/work/" [europe_map.html for example].
expected: "https://localhost//europe_map.html"
as-is: "sandbox:/home/jovyan/work/europe_map.html"
Because I am using a volume in Jupyter it would be an ease to bind this volume to OWUi as well (read access).
Is there a trick or a config to initiate OWUi to link to the existing location?
Or should I rewrite "sandbox" links by nginx to the right one?
Steps to Reproduce
prompt: "pls create a interactive map of europe"
--> gets analysed and run within Jupyter
--> file gets created within Jupyter container
--> file gets returned as link
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Jun 4, 2025):
Model dependent behaviour here.