Latex('$\\alpha^2 + \\eta$') HTML('

Hello, world!

') new MIMEContainer('text/html', '

Hello World!

') new MIMEContainer(MIMEContainer.MIME.TEXT_HTML, '

Hello World!

') new MIMEContainer('text/latex', '$\\alpha^2 + \\eta$') FileLinks("../groovy") FileLink("PlotFeatures.ipynb") Markdown("It's **very** easy to do **bold** and *italics*:") Math('F(k) = \\int_{-\\infty}^{\\infty} f(x) e^{2\\pi i k} dx') IFrame('http://jupyter.org/', '100%', 400) ScribdDocument("71048089", width: '50%', height: 400, start_page: 5, view_mode: 'slideshow') VimeoVideo("139304565", width: 400, height: 300) YoutubeVideo("gSVvxOchT8Y", start: 1800, autoplay: 1, width: 800, height: 600) Video('https://archive.org/download/Sita_Sings_the_Blues/Sita_Sings_the_Blues_small.mp4') SVG("https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/car.svg") SVG("../resources/img/atom.svg") Image("https://doggydollars.com/wp-content/uploads/2016/02/DoggyDollars-Retriever-300x300.jpg") Image("../resources/img/widgetArch.png") import java.nio.file.Files; import java.nio.file.Paths; import java.nio.file.Path; Path path = Paths.get("../resources/img/widgetArch.png"); byte[] bytes = Files.readAllBytes(path); Image(bytes)