An open API service indexing awesome lists of open source software.

https://github.com/andy-goryachev/rnotebook

Interactive notebook desktop application, uses Mozilla Rhino javascript engine.
https://github.com/andy-goryachev/rnotebook

desktop-application interactive java java-swing javascript mozilla-rhino notebook swing

Last synced: about 2 months ago
JSON representation

Interactive notebook desktop application, uses Mozilla Rhino javascript engine.

Awesome Lists containing this project

README

          

# RNotebook

This was one of my research projects form 2014, similar to Jupyter notebook (back then known as IPython),
implemented as a Java Swing application. The notebook used Mozilla Rhino Javascript engine which allowed
for intermixing javascript code and java objects.

![screenshot](https://raw.githubusercontent.com/andy-goryachev/RNotebook/main/screenshots/2015-0107-182509-846.png)

## Build

Run `ant` command in the project root directory.