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