I was wondering if I could connect to external python environment on KNIME server.
For example, there is an external python environment not in KNIME Server.
Then, is it possible that I access to the python environment by using any python node?
And I have one more question, is it possible that I execute a python file(.py) where is in external server.
I would appreciate it if you could tell me how to access to external python environment.
With regards to the first question, I would be more curious about the reason why you would be wanting to accomplish this.
The second question, there is an external SSH Tool, which allows you to execute a command on a remote host. After configuring the python script to become executable via command on that remote host, you should be able to trigger that script.