Deploy Workflow with external jar and python scripts

Put jars in your workflow folder and load them like a knime URL :“knime://knime.workflow/example.jar”
For python scripts is more complicated. If they have all the library installed in their Python installation you don’t have any problem. Otherwise you need to save in your workflow folder a Python environment with all the libraries and tell to your colleagues to use this environment as python executable.