JavaNotebook

extends Nodebook

"JavaNotebook" is used for .java files.

triangle-exclamation

Usage

Setup

const Nodebook = require('nodejs-notebook');

const main = new Nodebook.JavaNotebook('Main');
circle-info

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

circle-exclamation

note(code)

Insert some code.

Last updated