mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #10463] Jupyter code execution only displays the first image. #15898
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 @latent-variable on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10463
In this example I am expecting 4 plots
@tjbck commented on GitHub (Feb 22, 2025):
You're most likely not using Jupyter for code execution, I'll see what can be done for pyodide engine.
@latent-variable commented on GitHub (Feb 22, 2025):
@tjbck Notice in the code it generates. It's reading from a file to dataframe to generate the plots. This is a file local to my jupyter working directory. So definitely using jupyter for code execution. This is one of the big use cases for this feature.
@tjbck commented on GitHub (Feb 22, 2025):
File upload support isn't added yet #9614
@latent-variable commented on GitHub (Feb 22, 2025):
This is is not using file uploaded. Only using files local to the jupyter notebook current working directory