Rohan G JavaA tutorial of fastpages for Jupyter notebooks. Aug 20, 2022 • 1 min read jupyter class HelloWorld { public static void main(String[] args) { System.out.println("Hello Monkey!"); } } HelloWorld.main(null); Hello Monkey!