WolframWebEngineForPython icon indicating copy to clipboard operation
WolframWebEngineForPython copied to clipboard

Images, Export, ExportString and ExportForm do not work on version 14.0

Open s4m13337 opened this issue 7 months ago • 0 comments

On Wolfram Engine version 14.0, when trying to return an Image or its Base64 encoded version using ExportString/ExportForm, the kernel keeps evaluating the request forever.

For example, this one keeps evaluating indefinitely:

ExportString[
 Histogram[RandomVariate[NormalDistribution[0, 1], 200]], 
  ColorFunction -> "Pastel"], {"Base64", "PNG"}
 ]

s4m13337 avatar Jul 23 '24 10:07 s4m13337