GitHub - rkawajiri/scala-python-example: Simple example of calling Python from Scala using Jep inside an SBT build environment. · GitHub
Skip to content

rkawajiri/scala-python-example

 
 

Folders and files

Repository files navigation

scala-python-example

A simple working example of calling Python from Scala using Jep inside an SBT build environment.

Uses jep.jar and libjep.so compiled from https://github.com/mrj0/jep. Note that we rename "jep.so" to "libjep.so".

You may need to run this before sbt for everything to work:

export LD_PRELOAD=/usr/lib/libpython2.7.so.1.0

About

Simple example of calling Python from Scala using Jep inside an SBT build environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Scala 86.0%
  • Python 14.0%