Uses of Class
org.testingisdocumenting.znai.jupyter.JupyterCell
-
-
Uses of JupyterCell in org.testingisdocumenting.znai.jupyter
Methods in org.testingisdocumenting.znai.jupyter that return types with arguments of type JupyterCell Modifier and Type Method Description java.util.List<JupyterCell>JupyterNotebook. getCells()Constructor parameters in org.testingisdocumenting.znai.jupyter with type arguments of type JupyterCell Constructor Description JupyterNotebook(java.lang.String lang, java.util.List<JupyterCell> cells)
-