Skip to content

Latest commit

 

History

History
 
 

graalpy-notebook-example

Java and Python Integration Example

This example demonstrates how to integrate Python in a Java application and run on GraalVM.

Build and Run Demo

  1. Compile the example:

    mvn compile
  2. Run the example:

    mvn exec:java -Dexec.mainClass=com.oracle.example.javapython.Main

In the application, try loading the test1.py example notebook and experiment with it.

This demo works on Open JDK, Oracle JDK or GraalVM. GraalVM offers (much) better performance than the other two.