Java Jupyter notebookA test of the java jupyter notebook. Aug 19, 2022 • 1 min read jupyter java Code Code public class hello { public static void main(String[] args) { System.out.println("Hello World!"); } } hello.main(null); Hello World!