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
This code snippet will generate 2 outputs: plt.show() and print(). According to this code,codebox-api will return on first output (plt.show()),and it seems the remaining code will not be executed.
So how can I get codebox-api to return both outputs(image/png and text)?
#edit1 typo
The text was updated successfully, but these errors were encountered:
I think we can maybe cache the image and not directly return all. But also the CodeBoxOutput needs to get improved then to allow text and image output at the same time.
Let's say python code as fllowing:
This code snippet will generate 2 outputs: plt.show() and print(). According to this code,codebox-api will return on first output (plt.show()),and it seems the remaining code will not be executed.
So how can I get codebox-api to return both outputs(image/png and text)?
#edit1 typo
The text was updated successfully, but these errors were encountered: