Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 462 Bytes

File metadata and controls

12 lines (9 loc) · 462 Bytes

EditorJy

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. image