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');

Nodebook will automatically capitalize lowercase files. Please do your own research if you are wondering why.

Classes are not automatically created. We may change this in the future.

note(code)

Insert some code.

Last updated