mipy - a library for connecting to a remote IPython kernel from Jython, using JeroMQ or CPython using pyzmq.
Licensed under 2-clause BSD.
To run on Jython will need:
- Guava v17; download guava-17.0.jar
- JeroMQ 0.3.4 or later; download or build a JAR
Place both JAR files in this directory. Modify the line:
JARS = ['jeromq-0.3.5-SNAPSHOT.jar', 'guava-17.0.jar']
in run_tests.py to match the names of the JARs you have.
jython run_tests.py
To run on CPython will need:
- pyzmq
python run_tests.py