You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
@Kevin-McIsaac Thank you for opening this issue! What is the raw output of the LLM you used? Is it producing an inline image, for example, or is it linking to an image hosted on a third-party web site?
@JasonWeill Let's say we ask it to plot a viz using Matplotlib code, the expected behavior is to write the code and run it to generate a Matplotlib Plot in the cell output.
Description
I'm using %%ai to create python code that generates plots. The code is generated and correct but the plot after Output: shows as a missing file icon.
Reproduce
The magic
creates an output cell with the correct code and an image for the plot. The plot is not rendered and instead shows the missing image icon.
I inspected the browser and found the plot is
but that file does not exist.
Expected behavior
The magic displays the code and the plot
Context
Troubleshoot Output
The text was updated successfully, but these errors were encountered: