Class JupyterNotebook


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

      Constructors 
      Constructor Description
      JupyterNotebook​(java.lang.String lang, java.util.List<JupyterCell> cells)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<JupyterCell> getCells()  
      java.lang.String getLang()  
      • Methods inherited from class java.lang.Object

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

      • JupyterNotebook

        public JupyterNotebook​(java.lang.String lang,
                               java.util.List<JupyterCell> cells)
    • Method Detail

      • getLang

        public java.lang.String getLang()
      • getCells

        public java.util.List<JupyterCell> getCells()