Template Notebook 1A template notebook. Aug 28, 2022 • 1 min read jupyter Heading 1 Heading 2 Heading 1 Example notes Sub Notes Heading 2 Example notes Sub Notes public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } HelloWorld.main(null); Hello World!