Class JupyterOutput


  • public class JupyterOutput
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JupyterOutput​(java.lang.String format, java.lang.String content)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()  
      java.lang.String getFormat()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JupyterOutput

        public JupyterOutput​(java.lang.String format,
                             java.lang.String content)
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
      • getContent

        public java.lang.String getContent()