Nodebook
  • Introduction
  • Methods
  • Default Classes
    • Nodebook
  • JS
    • JSONotebook
    • JSNotebook
    • TSNotebook
  • Java
    • JavaNotebook
  • C/C++
    • CPPNotebook
    • CNotebook
    • HeaderNotebook
  • Text
    • TXTNotebook
    • MDNotebook
    • PlainNotebook
  • Web
    • HTMLNotebook
    • CSSNotebook
      • CSSStyle
  • Other
    • YMLNotebook
    • BashNotebook
  • Python
    • PYNotebook
Powered by GitBook
On this page
  • Usage
  • Setup

Was this helpful?

  1. Java

JavaNotebook

extends Nodebook

PreviousTSNotebookNextCPPNotebook

Last updated 4 years ago

Was this helpful?

"JavaNotebook" is used for .java files.

JavaNotebook will not run correctly unless you install . 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.

JDK