I am having two classes written in java file. I want to use those java classes in my Python code. I am using IPython Notebook for executing Python code.
I tried making it as .jar file and calling that .jar file in Python as suggested Here. But it shows output on terminal. I want output on same window where I have written code or in some text file.
Thank you for answer.