Replies: 1 comment 2 replies
-
This one shouldn't be an issue: you can already bypass this behavior using the
This one can be easily changed. It mainly results from this instruction: If instead of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My intention is to have a script that will be running on the server that will run benchmarks, generate reports, and export figures automatically. I wrote the script in batch, which eventually calls:
The problem is that the first command is waiting for input from the command line to be written in the report. The second command opens a plot window that will remain open. Is there a command to export figures and an option that will suppress the command line input such that script can be executed on the server, generating results without need of human interaction?
Beta Was this translation helpful? Give feedback.
All reactions