I see that there is a way to integrated python into scala using jython as explained here [http://www.slideshare.net/JerryChou4/how-to-integrate-python-into-a-scala-stack-to-build-realtime-predictive-models-v2-nomanuscript ]
In java, the below code does the job
java -jar jython.jar script.py
But i have no idea on how to do this in scala. Do I need to include the jython.jar to scala?