You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if there is an enhancement to knimepy by using subprocess.Popen() instead of subprocess.run() with the option to use subprocess.SW_HIDE on Windows platforms. The main advantage of this in my point of view, there won't be any additional window opening up everytime I execute KNIME from python.
It probably makes sense to make subprocess.SW_HIDE the default on Windows, with an option to "unhide" it. It may make more sense to expose this as an attribute on the knime.Workflow class rather than as yet another option on execute().
It would be great if there is an enhancement to knimepy by using subprocess.Popen() instead of subprocess.run() with the option to use subprocess.SW_HIDE on Windows platforms. The main advantage of this in my point of view, there won't be any additional window opening up everytime I execute KNIME from python.
Based on: https://forum.knime.com/t/execute-knime-from-python/27903/2
The text was updated successfully, but these errors were encountered: