JavaNotebook

extends Nodebook

"JavaNotebook" is used for .java files.

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.

note(code)

Insert some code.

Last updated

Was this helpful?