list_files() not showing generated matplotlib plots in Azure Container Apps session pool #28113
ElieTaillard
announced in
Ask Dosu (Archived)
Replies: 1 comment 1 reply
-
@ElieTaillard |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using
SessionsPythonREPLTool
with Azure Container Apps dynamic sessions pool, matplotlib plots generated during execution are not accessible vialist_files()
, despite successful image generation.Steps to reproduce:
Environment:
Expected: Files generated by matplotlib should be visible in session filesystem
Actual: Empty file list while plots are successfully generated
Beta Was this translation helpful? Give feedback.
All reactions