Consider a simple program
from Standard.Base import all
from Standard.Visualization import all
polyglot java import java.lang.Thread
main =
text1 = 'Hello world! Works?'
integer2 = text1.length
Thread.sleep 10000
node1 = enso_project.data/'customers_2024.csv' . read
42
where the data file is irrelevant apart from the fact that it is ~80MB. The order of expressions matters.
This results in a failure to visualize read data:
