Class JupyterNotebook
- java.lang.Object
-
- org.testingisdocumenting.znai.jupyter.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.StringgetLang()
-
-
-
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()
-
-