Invoke Python modules from Java

后端 未结 3 1574
心在旅途
心在旅途 2020-12-31 21:55

I have a Python interface of a graph library written in C - igraph (the name of library). My need is to invoke the python modules pertaining to this graph library from Java

3条回答
  •  一整个雨季
    2020-12-31 22:28

    Never tried it. But I recently stumbled on a project named Jepp that may be of interest to you.

    Jepp embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal.

提交回复
热议问题