Hello,
I usually need to debug when writing Python code in datanodes. On a normal terminal or notebook, I can insert some
print('some messages')
Is there any way to see the output of print when executing Python script of datanodes?
Many thanks for any help.
Hello,
I usually need to debug when writing Python code in datanodes. On a normal terminal or notebook, I can insert some
print('some messages')Is there any way to see the output of
printwhen executing Python script of datanodes?Many thanks for any help.