Jython script editor and running environment
Build EditorJy with maven and copy editorjy folder into Lib -> site-packages folder of Jython. Run Jython and import editorjy:
>>> import editorjy
>>> editorjy.start.main()
EditorJy includes Jython engine for Jython code running. For example using numjy and plotjy for scientific data calculation and plot.