mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #9420] Unable to render markdown in Analysis stdout block #15500
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 @adarshdotexe on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9420
Bug Report
Installation Method
pip
Environment
Confirmation:
Expected Behavior:
Markdown should render in the output section of a python script
Actual Behavior:
It displays plaintext instead of an image.

Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
Ask model to plot something in python using Code Interpretor
Logs and Screenshots
Screenshots/Screen Recordings (if applicable):
@tjbck commented on GitHub (Feb 5, 2025):
This behaviour is model dependent, will update/tweak the prompt to see what works better. PR Welcome also!