JavaNotebook
extends Nodebook
"JavaNotebook" is used for .java files.
JavaNotebook will not run correctly unless you install JDK. It is also in heavy development, so please report bugs on our GitHub page.
Usage
Setup
const Nodebook = require('nodejs-notebook');
const main = new Nodebook.JavaNotebook('Main');Classes are not automatically created. We may change this in the future.
note(code)
Insert some code.
Last updated
Was this helpful?