For the complete documentation index, see llms.txt. This page is also available as Markdown.

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