EPPY library in Dynamo for Energy Plus - Terminal for outputs

Hi network,
I am trying to use Dynamo python scripts to run energy analysis using Energy Plus with custom modifications . I am using EPPY libraries for this case ( eppy — eppy 0.5.59 documentation

When I run following code in VS code, the terminal gives the output as shown in image.

But when I run the same code in Dynamo python script node,I want to see the same results as shown in the image. It seems watch node is not helpful in this case since it gives and output of objects.

Can anyone help with this?

Hello
the stdout (for print() function) is redirected to Dynamo Console, you can also use the object representation with repr()

1 Like

This works!
Thank you very much!

1 Like