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", '100%', 400) VimeoVideo("139304565",400,300) YoutubeVideo("gSVvxOchT8Y") 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.io.File; import com.google.common.io.ByteStreams; import com.google.common.io.Files; def imgFile = new File("../resources/img/widgetArch.png"); def bytes = Files.toByteArray(imgFile); Image(bytes)